#0DD9E6

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

Shades of Bright Turquoise #0DD9E6

Tints of Bright Turquoise #0DD9E6

Color information

#0DD9E6 (or 0x0DD9E6) is unknown color: approx Bright Turquoise. HEX triplet: 0D, D9 and E6. RGB value is (13,217,230). Sum of RGB (Red+Green+Blue) = 13+217+230=460 (60% of max value = 765). Red value is 13 (5.47% from 255 or 2.83% from 460); Green value is 217 (85.16% from 255 or 47.17% from 460); Blue value is 230 (90.23% from 255 or 50% from 460); Max value from RGB is 230 - color contains mainly: blue. Hex color #0DD9E6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0DD9E6 is #F22619. Grayscale: #9D9D9D. Windows color (decimal): -15869466 or 15128845. OLE color: 15128845.

HSL color Cylindrical-coordinate representation of color #0DD9E6: hue angle of 183.59º 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 #0DD9E6 is Cyan = 0.94, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB13217230-
CMYK0.940.0600.10
HSL183.59º89.3%47.65%-
HSV(B)183.59º94.35%90.2%-
XYZ39.2655.4283.49-
YUV157.49168.9124.94-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 2.83%
GREEN value IS 217 (85.16% from 255) = 47.17%
BLUE value IS 230 (90.23% from 255) = 50%
R=2.83%
G=47.17%
B=50%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal132172300.940.0600.10183.5989.347.65
HexDD9E65E60Ab85930
Octal15331346136601227013160
Binary11011101100111100110101111011001010101110001011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DD9E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,217,230); }

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

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

 a { background-color: rgb(13,217,230); }

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

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

 span { border-color: rgb(13,217,230); }

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