Html Css Color HEX #14DACC Dark Turquoise

📋 copy color: '#14DACC'

red 20 ◦ green 218 ◦ blue 204

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

Shades of Dark Turquoise #14DACC

Tints of Dark Turquoise #14DACC

RGB

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

 GREEN value IS 218 (85.55% from 255) = 49.32%

 BLUE value IS 204 (80.08% from 255) = 46.15%

R = 4.52%
G = 49.32%
B = 46.15%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#14DACC (or 0x14DACC) is known color: Dark Turquoise. HEX triplet: 14, DA and CC. RGB value is (20,218,204). Sum of RGB (Red+Green+Blue) = 20+218+204=442 (58% of max value = 765). Red value is 20 (8.20% from 255 or 4.52% from 442); Green value is 218 (85.55% from 255 or 49.32% from 442); Blue value is 204 (80.08% from 255 or 46.15% from 442); Max value from RGB is 218 - color contains mainly: green. Hex color #14DACC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14DACC is #EB2533. Grayscale: #9D9D9D. Windows color (decimal): -15410484 or 13425172. OLE color: 13425172.

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

Color convert

RGB 20 218 204 -
CMYK 0.91 0 0.06 0.15
HSL 175.76º 0.83% 0.47% -
HSV(B) 175.76º 0.91% 0.85% -
XYZ 36.26 54.65 65.76 -
YUV 157.2 154.4 30.14 -
System Red Green Blue C M Y K H S L
Decimal 20 218 204 0.91 0 0.06 0.15 175.76 0.83 0.47
Hex 14 DA CC 5B 0 6 F B0 53 2F
Octal 24 332 314 133 0 6 17 260 123 57
Binary 10100 11011010 11001100 1011011 0 110 1111 10110000 1010011 101111

Color Harmonies of #14DACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14DACC

Black with #14DACC

Text Example


Text Example

White with #14DACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,218,204); }

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

background-color css

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

 a { background-color: rgb(20,218,204); }

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

border-color css

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

 span { border-color: rgb(20,218,204); }

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