Html Css Color HEX #14C0DD Dark Turquoise

📋 copy color: '#14C0DD'

red 20 ◦ green 192 ◦ blue 221

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

Shades of Dark Turquoise #14C0DD

Tints of Dark Turquoise #14C0DD

RGB

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

 GREEN value IS 192 (75.39% from 255) = 44.34%

 BLUE value IS 221 (86.72% from 255) = 51.04%

R = 4.62%
G = 44.34%
B = 51.04%

CMYK

 C value IS 0.91

 M value IS 0.13

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#14C0DD (or 0x14C0DD) is known color: Dark Turquoise. HEX triplet: 14, C0 and DD. RGB value is (20,192,221). Sum of RGB (Red+Green+Blue) = 20+192+221=433 (57% of max value = 765). Red value is 20 (8.20% from 255 or 4.62% from 433); Green value is 192 (75.39% from 255 or 44.34% from 433); Blue value is 221 (86.72% from 255 or 51.04% from 433); Max value from RGB is 221 - color contains mainly: blue. Hex color #14C0DD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14C0DD is #EB3F22. Grayscale: #8F8F8F. Windows color (decimal): -15417123 or 14532628. OLE color: 14532628.

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

Color convert

RGB 20 192 221 -
CMYK 0.91 0.13 0 0.13
HSL 188.66º 0.83% 0.47% -
HSV(B) 188.66º 0.91% 0.87% -
XYZ 32.19 43.07 75.02 -
YUV 143.88 171.52 39.64 -
System Red Green Blue C M Y K H S L
Decimal 20 192 221 0.91 0.13 0 0.13 188.66 0.83 0.47
Hex 14 C0 DD 5B D 0 D BD 53 2F
Octal 24 300 335 133 15 0 15 275 123 57
Binary 10100 11000000 11011101 1011011 1101 0 1101 10111101 1010011 101111

Color Harmonies of #14C0DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14C0DD

Black with #14C0DD

Text Example


Text Example

White with #14C0DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,192,221); }

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

background-color css

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

 a { background-color: rgb(20,192,221); }

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

border-color css

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

 span { border-color: rgb(20,192,221); }

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