Html Css Color HEX #14CBD0 Dark Turquoise

📋 copy color: '#14CBD0'

red 20 ◦ green 203 ◦ blue 208

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

Shades of Dark Turquoise #14CBD0

Tints of Dark Turquoise #14CBD0

RGB

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

 GREEN value IS 203 (79.69% from 255) = 47.1%

 BLUE value IS 208 (81.64% from 255) = 48.26%

R = 4.64%
G = 47.1%
B = 48.26%

CMYK

 C value IS 0.90

 M value IS 0.02

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#14CBD0 (or 0x14CBD0) is known color: Dark Turquoise. HEX triplet: 14, CB and D0. RGB value is (20,203,208). Sum of RGB (Red+Green+Blue) = 20+203+208=431 (57% of max value = 765). Red value is 20 (8.20% from 255 or 4.64% from 431); Green value is 203 (79.69% from 255 or 47.10% from 431); Blue value is 208 (81.64% from 255 or 48.26% from 431); Max value from RGB is 208 - color contains mainly: blue. Hex color #14CBD0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14CBD0 is #EB342F. Grayscale: #949494. Windows color (decimal): -15414320 or 13683476. OLE color: 13683476.

HSL color Cylindrical-coordinate representation of color #14CBD0: hue angle of 181.6º degrees, saturation: 0.82, 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 #14CBD0 is Cyan = 0.90, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 20 203 208 -
CMYK 0.90 0.02 0 0.18
HSL 181.6º 0.82% 0.45% -
HSV(B) 181.6º 0.9% 0.82% -
XYZ 33.03 47.41 67.09 -
YUV 148.85 161.37 36.09 -
System Red Green Blue C M Y K H S L
Decimal 20 203 208 0.90 0.02 0 0.18 181.6 0.82 0.45
Hex 14 CB D0 5A 2 0 12 B6 52 2D
Octal 24 313 320 132 2 0 22 266 122 55
Binary 10100 11001011 11010000 1011010 10 0 10010 10110110 1010010 101101

Color Harmonies of #14CBD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14CBD0

Black with #14CBD0

Text Example


Text Example

White with #14CBD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,203,208); }

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

background-color css

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

 a { background-color: rgb(20,203,208); }

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

border-color css

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

 span { border-color: rgb(20,203,208); }

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