Html Css Color HEX #14D0DB Dark Turquoise

📋 copy color: '#14D0DB'

red 20 ◦ green 208 ◦ blue 219

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

Shades of Dark Turquoise #14D0DB

Tints of Dark Turquoise #14D0DB

RGB

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

 GREEN value IS 208 (81.64% from 255) = 46.53%

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

R = 4.47%
G = 46.53%
B = 48.99%

CMYK

 C value IS 0.91

 M value IS 0.05

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#14D0DB (or 0x14D0DB) is known color: Dark Turquoise. HEX triplet: 14, D0 and DB. RGB value is (20,208,219). Sum of RGB (Red+Green+Blue) = 20+208+219=447 (59% of max value = 765). Red value is 20 (8.20% from 255 or 4.47% from 447); Green value is 208 (81.64% from 255 or 46.53% from 447); Blue value is 219 (85.94% from 255 or 48.99% from 447); Max value from RGB is 219 - color contains mainly: blue. Hex color #14D0DB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14D0DB is #EB2F24. Grayscale: #989898. Windows color (decimal): -15413029 or 14405652. OLE color: 14405652.

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

Color convert

RGB 20 208 219 -
CMYK 0.91 0.05 0 0.14
HSL 183.32º 0.83% 0.47% -
HSV(B) 183.32º 0.91% 0.86% -
XYZ 35.63 50.37 74.86 -
YUV 153.04 165.22 33.11 -
System Red Green Blue C M Y K H S L
Decimal 20 208 219 0.91 0.05 0 0.14 183.32 0.83 0.47
Hex 14 D0 DB 5B 5 0 E B7 53 2F
Octal 24 320 333 133 5 0 16 267 123 57
Binary 10100 11010000 11011011 1011011 101 0 1110 10110111 1010011 101111

Color Harmonies of #14D0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14D0DB

Black with #14D0DB

Text Example


Text Example

White with #14D0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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