#0EE0CF

Color #0EE0CF Bright Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Turquoise #0EE0CF

Tints of Bright Turquoise #0EE0CF

Color information

#0EE0CF (or 0x0EE0CF) is unknown color: approx Bright Turquoise. HEX triplet: 0E, E0 and CF. RGB value is (14,224,207). Sum of RGB (Red+Green+Blue) = 14+224+207=445 (58% of max value = 765). Red value is 14 (5.86% from 255 or 3.15% from 445); Green value is 224 (87.89% from 255 or 50.34% from 445); Blue value is 207 (81.25% from 255 or 46.52% from 445); Max value from RGB is 224 - color contains mainly: green. Hex color #0EE0CF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EE0CF is #F11F30. Grayscale: #9F9F9F. Windows color (decimal): -15802161 or 13623310. OLE color: 13623310.

HSL color Cylindrical-coordinate representation of color #0EE0CF: hue angle of 175.14º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EE0CF is Cyan = 0.94, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB14224207-
CMYK0.9400.080.12
HSL175.14º88.24%46.67%-
HSV(B)175.14º93.75%87.84%-
XYZ38.157.9168.2-
YUV159.27154.9324.38-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 3.15%
GREEN value IS 224 (87.89% from 255) = 50.34%
BLUE value IS 207 (81.25% from 255) = 46.52%
R=3.15%
G=50.34%
B=46.52%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal142242070.9400.080.12175.1488.2446.67
HexEE0CF5E08Caf582f
Octal163403171360101425713057
Binary111011100000110011111011110010001100101011111011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EE0CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0EE0CF; }

 p { color: rgb(14,224,207); }

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

<style>
 a { background-color: #0EE0CF; }

 a { background-color: rgb(14,224,207); }

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

<style>
 span { border-color: #0EE0CF; }

 span { border-color: rgb(14,224,207); }

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