Html Css Color HEX #14C0DE Dark Turquoise

📋 copy color: '#14C0DE'

red 20 ◦ green 192 ◦ blue 222

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

Shades of Dark Turquoise #14C0DE

Tints of Dark Turquoise #14C0DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 51.15%

R = 4.61%
G = 44.24%
B = 51.15%

CMYK

 C value IS 0.91

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#14C0DE (or 0x14C0DE) is known color: Dark Turquoise. HEX triplet: 14, C0 and DE. RGB value is (20,192,222). Sum of RGB (Red+Green+Blue) = 20+192+222=434 (57% of max value = 765). Red value is 20 (8.20% from 255 or 4.61% from 434); Green value is 192 (75.39% from 255 or 44.24% from 434); Blue value is 222 (87.11% from 255 or 51.15% from 434); Max value from RGB is 222 - color contains mainly: blue. Hex color #14C0DE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14C0DE is #EB3F21. Grayscale: #8F8F8F. Windows color (decimal): -15417122 or 14598164. OLE color: 14598164.

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

Color convert

RGB 20 192 222 -
CMYK 0.91 0.14 0 0.13
HSL 188.91º 0.83% 0.47% -
HSV(B) 188.91º 0.91% 0.87% -
XYZ 32.32 43.12 75.73 -
YUV 143.99 172.02 39.56 -
System Red Green Blue C M Y K H S L
Decimal 20 192 222 0.91 0.14 0 0.13 188.91 0.83 0.47
Hex 14 C0 DE 5B E 0 D BD 53 2F
Octal 24 300 336 133 16 0 15 275 123 57
Binary 10100 11000000 11011110 1011011 1110 0 1101 10111101 1010011 101111

Color Harmonies of #14C0DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14C0DE

Black with #14C0DE

Text Example


Text Example

White with #14C0DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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