#14CFE4

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

Shades of Dark Turquoise #14CFE4

Tints of Dark Turquoise #14CFE4

Color information

#14CFE4 (or 0x14CFE4) is unknown color: approx Dark Turquoise. HEX triplet: 14, CF and E4. RGB value is (20,207,228). Sum of RGB (Red+Green+Blue) = 20+207+228=455 (60% of max value = 765). Red value is 20 (8.20% from 255 or 4.40% from 455); Green value is 207 (81.25% from 255 or 45.49% from 455); Blue value is 228 (89.45% from 255 or 50.11% from 455); Max value from RGB is 228 - color contains mainly: blue. Hex color #14CFE4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14CFE4 is #EB301B. Grayscale: #999999. Windows color (decimal): -15413276 or 14995220. OLE color: 14995220.

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

Color convert

RGB20207228-
CMYK0.910.0900.11
HSL186.06º83.87%48.63%-
HSV(B)186.06º91.23%89.41%-
XYZ36.650.3881.19-
YUV153.48170.0532.79-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 4.40%
GREEN value IS 207 (81.25% from 255) = 45.49%
BLUE value IS 228 (89.45% from 255) = 50.11%
R=4.40%
G=45.49%
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
Decimal202072280.910.0900.11186.0683.8748.63
Hex14CFE45B90Bba5431
Octal243173441331101327212461
Binary1010011001111111001001011011100101011101110101010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14CFE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,207,228); }

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

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

 a { background-color: rgb(20,207,228); }

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

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

 span { border-color: rgb(20,207,228); }

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