#0DD9F1

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

Shades of Bright Turquoise #0DD9F1

Tints of Bright Turquoise #0DD9F1

Color information

#0DD9F1 (or 0x0DD9F1) is unknown color: approx Bright Turquoise. HEX triplet: 0D, D9 and F1. RGB value is (13,217,241). Sum of RGB (Red+Green+Blue) = 13+217+241=471 (62% of max value = 765). Red value is 13 (5.47% from 255 or 2.76% from 471); Green value is 217 (85.16% from 255 or 46.07% from 471); Blue value is 241 (94.53% from 255 or 51.17% from 471); Max value from RGB is 241 - color contains mainly: blue. Hex color #0DD9F1 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0DD9F1 is #F2260E. Grayscale: #9E9E9E. Windows color (decimal): -15869455 or 15849741. OLE color: 15849741.

HSL color Cylindrical-coordinate representation of color #0DD9F1: hue angle of 186.32º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DD9F1 is Cyan = 0.95, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB13217241-
CMYK0.950.1000.05
HSL186.32º89.76%49.8%-
HSV(B)186.32º94.61%94.51%-
XYZ40.8656.0691.89-
YUV158.74174.4124.05-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 2.76%
GREEN value IS 217 (85.16% from 255) = 46.07%
BLUE value IS 241 (94.53% from 255) = 51.17%
R=2.76%
G=46.07%
B=51.17%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal132172410.950.1000.05186.3289.7649.8
HexDD9F15FA05ba5a32
Octal15331361137120527213262
Binary11011101100111110001101111110100101101110101011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DD9F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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