Html Css Color HEX #14CBDC Dark Turquoise

📋 copy color: '#14CBDC'

red 20 ◦ green 203 ◦ blue 220

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

Shades of Dark Turquoise #14CBDC

Tints of Dark Turquoise #14CBDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 49.66%

R = 4.51%
G = 45.82%
B = 49.66%

CMYK

 C value IS 0.91

 M value IS 0.08

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#14CBDC (or 0x14CBDC) is known color: Dark Turquoise. HEX triplet: 14, CB and DC. RGB value is (20,203,220). Sum of RGB (Red+Green+Blue) = 20+203+220=443 (58% of max value = 765). Red value is 20 (8.20% from 255 or 4.51% from 443); Green value is 203 (79.69% from 255 or 45.82% from 443); Blue value is 220 (86.33% from 255 or 49.66% from 443); Max value from RGB is 220 - color contains mainly: blue. Hex color #14CBDC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14CBDC is #EB3423. Grayscale: #959595. Windows color (decimal): -15414308 or 14469908. OLE color: 14469908.

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

Color convert

RGB 20 203 220 -
CMYK 0.91 0.08 0 0.14
HSL 185.1º 0.83% 0.47% -
HSV(B) 185.1º 0.91% 0.86% -
XYZ 34.56 48.03 75.16 -
YUV 150.22 167.37 35.12 -
System Red Green Blue C M Y K H S L
Decimal 20 203 220 0.91 0.08 0 0.14 185.1 0.83 0.47
Hex 14 CB DC 5B 8 0 E B9 53 2F
Octal 24 313 334 133 10 0 16 271 123 57
Binary 10100 11001011 11011100 1011011 1000 0 1110 10111001 1010011 101111

Color Harmonies of #14CBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14CBDC

Black with #14CBDC

Text Example


Text Example

White with #14CBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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