#0EDCCF

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

Shades of Bright Turquoise #0EDCCF

Tints of Bright Turquoise #0EDCCF

Color information

#0EDCCF (or 0x0EDCCF) is unknown color: approx Bright Turquoise. HEX triplet: 0E, DC and CF. RGB value is (14,220,207). Sum of RGB (Red+Green+Blue) = 14+220+207=441 (58% of max value = 765). Red value is 14 (5.86% from 255 or 3.17% from 441); Green value is 220 (86.33% from 255 or 49.89% from 441); Blue value is 207 (81.25% from 255 or 46.94% from 441); Max value from RGB is 220 - color contains mainly: green. Hex color #0EDCCF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EDCCF is #F12330. Grayscale: #9C9C9C. Windows color (decimal): -15803185 or 13622286. OLE color: 13622286.

HSL color Cylindrical-coordinate representation of color #0EDCCF: hue angle of 176.21º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EDCCF is Cyan = 0.94, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.

Color convert

RGB14220207-
CMYK0.9400.060.14
HSL176.21º88.03%45.88%-
HSV(B)176.21º93.64%86.27%-
XYZ37.0455.7867.85-
YUV156.92156.2526.06-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 3.17%
GREEN value IS 220 (86.33% from 255) = 49.89%
BLUE value IS 207 (81.25% from 255) = 46.94%
R=3.17%
G=49.89%
B=46.94%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal142202070.9400.060.14176.2188.0345.88
HexEDCCF5E06Eb0582e
Octal16334317136061626013056
Binary11101101110011001111101111001101110101100001011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EDCCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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