#0DD7EA

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

Shades of Bright Turquoise #0DD7EA

Tints of Bright Turquoise #0DD7EA

Color information

#0DD7EA (or 0x0DD7EA) is unknown color: approx Bright Turquoise. HEX triplet: 0D, D7 and EA. RGB value is (13,215,234). Sum of RGB (Red+Green+Blue) = 13+215+234=462 (61% of max value = 765). Red value is 13 (5.47% from 255 or 2.81% from 462); Green value is 215 (84.38% from 255 or 46.54% from 462); Blue value is 234 (91.80% from 255 or 50.65% from 462); Max value from RGB is 234 - color contains mainly: blue. Hex color #0DD7EA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0DD7EA is #F22815. Grayscale: #9C9C9C. Windows color (decimal): -15869974 or 15390477. OLE color: 15390477.

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

Color convert

RGB13215234-
CMYK0.940.0800.08
HSL185.16º89.47%48.43%-
HSV(B)185.16º94.44%91.76%-
XYZ39.3254.6386.31-
YUV156.77171.5825.46-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 2.81%
GREEN value IS 215 (84.38% from 255) = 46.54%
BLUE value IS 234 (91.80% from 255) = 50.65%
R=2.81%
G=46.54%
B=50.65%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal132152340.940.0800.08185.1689.4748.43
HexDD7EA5E808b95930
Octal153273521361001027113160
Binary110111010111111010101011110100001000101110011011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DD7EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,215,234); }

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

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

 a { background-color: rgb(13,215,234); }

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

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

 span { border-color: rgb(13,215,234); }

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