Html Css Color HEX #14DACE Dark Turquoise

📋 copy color: '#14DACE'

red 20 ◦ green 218 ◦ blue 206

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

Shades of Dark Turquoise #14DACE

Tints of Dark Turquoise #14DACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 46.4%

R = 4.5%
G = 49.1%
B = 46.4%

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

#14DACE (or 0x14DACE) is known color: Dark Turquoise. HEX triplet: 14, DA and CE. RGB value is (20,218,206). Sum of RGB (Red+Green+Blue) = 20+218+206=444 (58% of max value = 765). Red value is 20 (8.20% from 255 or 4.50% from 444); Green value is 218 (85.55% from 255 or 49.10% from 444); Blue value is 206 (80.86% from 255 or 46.40% from 444); Max value from RGB is 218 - color contains mainly: green. Hex color #14DACE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14DACE is #EB2531. Grayscale: #9D9D9D. Windows color (decimal): -15410482 or 13556244. OLE color: 13556244.

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

Color convert

RGB 20 218 206 -
CMYK 0.91 0 0.06 0.15
HSL 176.36º 0.83% 0.47% -
HSV(B) 176.36º 0.91% 0.85% -
XYZ 36.5 54.75 67.04 -
YUV 157.43 155.4 29.98 -
System Red Green Blue C M Y K H S L
Decimal 20 218 206 0.91 0 0.06 0.15 176.36 0.83 0.47
Hex 14 DA CE 5B 0 6 F B0 53 2F
Octal 24 332 316 133 0 6 17 260 123 57
Binary 10100 11011010 11001110 1011011 0 110 1111 10110000 1010011 101111

Color Harmonies of #14DACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14DACE

Black with #14DACE

Text Example


Text Example

White with #14DACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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