#14CEE3

Color #14CEE3 Dark Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Turquoise #14CEE3

Tints of Dark Turquoise #14CEE3

Color information

#14CEE3 (or 0x14CEE3) is unknown color: approx Dark Turquoise. HEX triplet: 14, CE and E3. RGB value is (20,206,227). Sum of RGB (Red+Green+Blue) = 20+206+227=453 (60% of max value = 765). Red value is 20 (8.20% from 255 or 4.42% from 453); Green value is 206 (80.86% from 255 or 45.47% from 453); Blue value is 227 (89.06% from 255 or 50.11% from 453); Max value from RGB is 227 - color contains mainly: blue. Hex color #14CEE3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14CEE3 is #EB311C. Grayscale: #989898. Windows color (decimal): -15413533 or 14929428. OLE color: 14929428.

HSL color Cylindrical-coordinate representation of color #14CEE3: hue angle of 186.09º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14CEE3 is Cyan = 0.91, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB20206227-
CMYK0.910.0900.11
HSL186.09º83.81%48.43%-
HSV(B)186.09º91.19%89.02%-
XYZ36.2249.8480.38-
YUV152.78169.8833.29-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 4.42%
GREEN value IS 206 (80.86% from 255) = 45.47%
BLUE value IS 227 (89.06% from 255) = 50.11%
R=4.42%
G=45.47%
B=50.11%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal202062270.910.0900.11186.0983.8148.43
Hex14CEE35B90Bba5430
Octal243163431331101327212460
Binary1010011001110111000111011011100101011101110101010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14CEE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #14CEE3;
 }
 .AnyTagClassName
 {
   color: #14CEE3;
 }
</style>
background-color css

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

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

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

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

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

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