#0EDCE6

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

Shades of Bright Turquoise #0EDCE6

Tints of Bright Turquoise #0EDCE6

Color information

#0EDCE6 (or 0x0EDCE6) is unknown color: approx Bright Turquoise. HEX triplet: 0E, DC and E6. RGB value is (14,220,230). Sum of RGB (Red+Green+Blue) = 14+220+230=464 (61% of max value = 765). Red value is 14 (5.86% from 255 or 3.02% from 464); Green value is 220 (86.33% from 255 or 47.41% from 464); Blue value is 230 (90.23% from 255 or 49.57% from 464); Max value from RGB is 230 - color contains mainly: blue. Hex color #0EDCE6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0EDCE6 is #F12319. Grayscale: #9F9F9F. Windows color (decimal): -15803162 or 15129614. OLE color: 15129614.

HSL color Cylindrical-coordinate representation of color #0EDCE6: hue angle of 182.78º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EDCE6 is Cyan = 0.94, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB14220230-
CMYK0.940.0400.10
HSL182.78º88.52%47.84%-
HSV(B)182.78º93.91%90.2%-
XYZ40.0656.9983.75-
YUV159.55167.7524.19-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 3.02%
GREEN value IS 220 (86.33% from 255) = 47.41%
BLUE value IS 230 (90.23% from 255) = 49.57%
R=3.02%
G=47.41%
B=49.57%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal142202300.940.0400.10182.7888.5247.84
HexEDCE65E40Ab75930
Octal16334346136401226713160
Binary11101101110011100110101111010001010101101111011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EDCE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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