Html Css Color HEX #14CBDB Dark Turquoise

📋 copy color: '#14CBDB'

red 20 ◦ green 203 ◦ blue 219

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

Shades of Dark Turquoise #14CBDB

Tints of Dark Turquoise #14CBDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 49.55%

R = 4.52%
G = 45.93%
B = 49.55%

CMYK

 C value IS 0.91

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#14CBDB (or 0x14CBDB) is known color: Dark Turquoise. HEX triplet: 14, CB and DB. RGB value is (20,203,219). Sum of RGB (Red+Green+Blue) = 20+203+219=442 (58% of max value = 765). Red value is 20 (8.20% from 255 or 4.52% from 442); Green value is 203 (79.69% from 255 or 45.93% from 442); Blue value is 219 (85.94% from 255 or 49.55% from 442); Max value from RGB is 219 - color contains mainly: blue. Hex color #14CBDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14CBDB is #EB3424. Grayscale: #959595. Windows color (decimal): -15414309 or 14404372. OLE color: 14404372.

HSL color Cylindrical-coordinate representation of color #14CBDB: hue angle of 184.82º 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 #14CBDB is Cyan = 0.91, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 20 203 219 -
CMYK 0.91 0.07 0 0.14
HSL 184.82º 0.83% 0.47% -
HSV(B) 184.82º 0.91% 0.86% -
XYZ 34.43 47.98 74.46 -
YUV 150.11 166.87 35.2 -
System Red Green Blue C M Y K H S L
Decimal 20 203 219 0.91 0.07 0 0.14 184.82 0.83 0.47
Hex 14 CB DB 5B 7 0 E B9 53 2F
Octal 24 313 333 133 7 0 16 271 123 57
Binary 10100 11001011 11011011 1011011 111 0 1110 10111001 1010011 101111

Color Harmonies of #14CBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14CBDB

Black with #14CBDB

Text Example


Text Example

White with #14CBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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