#0DE9E4

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

Shades of Bright Turquoise #0DE9E4

Tints of Bright Turquoise #0DE9E4

Color information

#0DE9E4 (or 0x0DE9E4) is unknown color: approx Bright Turquoise. HEX triplet: 0D, E9 and E4. RGB value is (13,233,228). Sum of RGB (Red+Green+Blue) = 13+233+228=474 (62% of max value = 765). Red value is 13 (5.47% from 255 or 2.74% from 474); Green value is 233 (91.41% from 255 or 49.16% from 474); Blue value is 228 (89.45% from 255 or 48.10% from 474); Max value from RGB is 233 - color contains mainly: green. Hex color #0DE9E4 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0DE9E4 is #F2161B. Grayscale: #A6A6A6. Windows color (decimal): -15865372 or 15001869. OLE color: 15001869.

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

Color convert

RGB13233228-
CMYK0.9400.020.09
HSL178.64º89.43%48.24%-
HSV(B)178.64º94.42%91.37%-
XYZ43.3163.9683.46-
YUV166.65162.6118.41-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 2.74%
GREEN value IS 233 (91.41% from 255) = 49.16%
BLUE value IS 228 (89.45% from 255) = 48.10%
R=2.74%
G=49.16%
B=48.10%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal132332280.9400.020.09178.6489.4348.24
HexDE9E45E029b35930
Octal15351344136021126313160
Binary1101111010011110010010111100101001101100111011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DE9E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,233,228); }

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

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

 a { background-color: rgb(13,233,228); }

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

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

 span { border-color: rgb(13,233,228); }

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