#0DDDCC

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

Shades of Bright Turquoise #0DDDCC

Tints of Bright Turquoise #0DDDCC

Color information

#0DDDCC (or 0x0DDDCC) is unknown color: approx Bright Turquoise. HEX triplet: 0D, DD and CC. RGB value is (13,221,204). Sum of RGB (Red+Green+Blue) = 13+221+204=438 (58% of max value = 765). Red value is 13 (5.47% from 255 or 2.97% from 438); Green value is 221 (86.72% from 255 or 50.46% from 438); Blue value is 204 (80.08% from 255 or 46.58% from 438); Max value from RGB is 221 - color contains mainly: green. Hex color #0DDDCC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DDDCC is #F22233. Grayscale: #9C9C9C. Windows color (decimal): -15868468 or 13425933. OLE color: 13425933.

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

Color convert

RGB13221204-
CMYK0.9400.080.13
HSL175.1º88.89%45.88%-
HSV(B)175.1º94.12%86.67%-
XYZ36.9256.1666.02-
YUV156.87154.5925.38-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 2.97%
GREEN value IS 221 (86.72% from 255) = 50.46%
BLUE value IS 204 (80.08% from 255) = 46.58%
R=2.97%
G=50.46%
B=46.58%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal132212040.9400.080.13175.188.8945.88
HexDDDCC5E08Daf592e
Octal153353141360101525713156
Binary110111011101110011001011110010001101101011111011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DDDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,221,204); }

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

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

 a { background-color: rgb(13,221,204); }

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

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

 span { border-color: rgb(13,221,204); }

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