Html Css Color HEX #14C2DD Dark Turquoise

📋 copy color: '#14C2DD'

red 20 ◦ green 194 ◦ blue 221

#14C2DD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Turquoise #14C2DD

Tints of Dark Turquoise #14C2DD

RGB

 RED value IS 20 (8.2% from 255) = 4.6%

 GREEN value IS 194 (76.17% from 255) = 44.6%

 BLUE value IS 221 (86.72% from 255) = 50.8%

R = 4.6%
G = 44.6%
B = 50.8%

CMYK

 C value IS 0.91

 M value IS 0.12

 Y value IS 0

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#14C2DD (or 0x14C2DD) is known color: Dark Turquoise. HEX triplet: 14, C2 and DD. RGB value is (20,194,221). Sum of RGB (Red+Green+Blue) = 20+194+221=435 (57% of max value = 765). Red value is 20 (8.20% from 255 or 4.60% from 435); Green value is 194 (76.17% from 255 or 44.60% from 435); Blue value is 221 (86.72% from 255 or 50.80% from 435); Max value from RGB is 221 - color contains mainly: blue. Hex color #14C2DD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14C2DD is #EB3D22. Grayscale: #909090. Windows color (decimal): -15416611 or 14533140. OLE color: 14533140.

HSL color Cylindrical-coordinate representation of color #14C2DD: hue angle of 188.06º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14C2DD is Cyan = 0.91, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 20 194 221 -
CMYK 0.91 0.12 0 0.13
HSL 188.06º 0.83% 0.47% -
HSV(B) 188.06º 0.91% 0.87% -
XYZ 32.63 43.95 75.17 -
YUV 145.05 170.85 38.8 -
System Red Green Blue C M Y K H S L
Decimal 20 194 221 0.91 0.12 0 0.13 188.06 0.83 0.47
Hex 14 C2 DD 5B C 0 D BC 53 2F
Octal 24 302 335 133 14 0 15 274 123 57
Binary 10100 11000010 11011101 1011011 1100 0 1101 10111100 1010011 101111

Color Harmonies of #14C2DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14C2DD

Black with #14C2DD

Text Example


Text Example

White with #14C2DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14C2DD; }

 p { color: rgb(20,194,221); }

 H1.HeaderClassName
 {
   color: #14C2DD;
 }
 .AnyTagClassName
 {
   color: #14C2DD;
 }
</style>

background-color css

<style>
 a { background-color: #14C2DD; }

 a { background-color: rgb(20,194,221); }

 div.DivClassName
 {
   background-color: #14C2DD;
 }
 .BgClassName
 {
   background-color: #14C2DD;
 }
</style>

border-color css

<style>
 span { border-color: #14C2DD; }

 span { border-color: rgb(20,194,221); }

 td.TdClassName
 {
   border-color: #14C2DD;
 }
 .TagClassName
 {
   border-color: #14C2DD;
 }
</style>