Html Css Color HEX #14D2CE Dark Turquoise

📋 copy color: '#14D2CE'

red 20 ◦ green 210 ◦ blue 206

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

Shades of Dark Turquoise #14D2CE

Tints of Dark Turquoise #14D2CE

RGB

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

 GREEN value IS 210 (82.42% from 255) = 48.17%

 BLUE value IS 206 (80.86% from 255) = 47.25%

R = 4.59%
G = 48.17%
B = 47.25%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#14D2CE (or 0x14D2CE) is known color: Dark Turquoise. HEX triplet: 14, D2 and CE. RGB value is (20,210,206). Sum of RGB (Red+Green+Blue) = 20+210+206=436 (57% of max value = 765). Red value is 20 (8.20% from 255 or 4.59% from 436); Green value is 210 (82.42% from 255 or 48.17% from 436); Blue value is 206 (80.86% from 255 or 47.25% from 436); Max value from RGB is 210 - color contains mainly: green. Hex color #14D2CE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14D2CE is #EB2D31. Grayscale: #989898. Windows color (decimal): -15412530 or 13554196. OLE color: 13554196.

HSL color Cylindrical-coordinate representation of color #14D2CE: hue angle of 178.74º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14D2CE is Cyan = 0.90, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB 20 210 206 -
CMYK 0.90 0 0.02 0.18
HSL 178.74º 0.83% 0.45% -
HSV(B) 178.74º 0.9% 0.82% -
XYZ 34.48 50.7 66.36 -
YUV 152.73 158.05 33.33 -
System Red Green Blue C M Y K H S L
Decimal 20 210 206 0.90 0 0.02 0.18 178.74 0.83 0.45
Hex 14 D2 CE 5A 0 2 12 B3 53 2D
Octal 24 322 316 132 0 2 22 263 123 55
Binary 10100 11010010 11001110 1011010 0 10 10010 10110011 1010011 101101

Color Harmonies of #14D2CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14D2CE

Black with #14D2CE

Text Example


Text Example

White with #14D2CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,210,206); }

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

background-color css

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

 a { background-color: rgb(20,210,206); }

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

border-color css

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

 span { border-color: rgb(20,210,206); }

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