#0DDFD0

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

Shades of Bright Turquoise #0DDFD0

Tints of Bright Turquoise #0DDFD0

Color information

#0DDFD0 (or 0x0DDFD0) is unknown color: approx Bright Turquoise. HEX triplet: 0D, DF and D0. RGB value is (13,223,208). Sum of RGB (Red+Green+Blue) = 13+223+208=444 (58% of max value = 765). Red value is 13 (5.47% from 255 or 2.93% from 444); Green value is 223 (87.5% from 255 or 50.23% from 444); Blue value is 208 (81.64% from 255 or 46.85% from 444); Max value from RGB is 223 - color contains mainly: green. Hex color #0DDFD0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DDFD0 is #F2202F. Grayscale: #9E9E9E. Windows color (decimal): -15867952 or 13688589. OLE color: 13688589.

HSL color Cylindrical-coordinate representation of color #0DDFD0: hue angle of 175.71º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DDFD0 is Cyan = 0.94, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB13223208-
CMYK0.9400.070.13
HSL175.71º88.98%46.27%-
HSV(B)175.71º94.17%87.45%-
XYZ37.9457.4168.76-
YUV158.5155.9324.22-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 2.93%
GREEN value IS 223 (87.5% from 255) = 50.23%
BLUE value IS 208 (81.64% from 255) = 46.85%
R=2.93%
G=50.23%
B=46.85%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal132232080.9400.070.13175.7188.9846.27
HexDDFD05E07Db0592e
Octal15337320136071526013156
Binary11011101111111010000101111001111101101100001011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DDFD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,223,208); }

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

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

 a { background-color: rgb(13,223,208); }

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

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

 span { border-color: rgb(13,223,208); }

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