#0BD0EA

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

Shades of Dark Turquoise #0BD0EA

Tints of Dark Turquoise #0BD0EA

Color information

#0BD0EA (or 0x0BD0EA) is unknown color: approx Dark Turquoise. HEX triplet: 0B, D0 and EA. RGB value is (11,208,234). Sum of RGB (Red+Green+Blue) = 11+208+234=453 (60% of max value = 765). Red value is 11 (4.69% from 255 or 2.43% from 453); Green value is 208 (81.64% from 255 or 45.92% from 453); Blue value is 234 (91.80% from 255 or 51.66% from 453); Max value from RGB is 234 - color contains mainly: blue. Hex color #0BD0EA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0BD0EA is #F42F15. Grayscale: #979797. Windows color (decimal): -16002838 or 15388683. OLE color: 15388683.

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

Color convert

RGB11208234-
CMYK0.950.1100.08
HSL187º91.02%48.04%-
HSV(B)187º95.3%91.76%-
XYZ37.5551.1285.73-
YUV152.06174.2327.39-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 2.43%
GREEN value IS 208 (81.64% from 255) = 45.92%
BLUE value IS 234 (91.80% from 255) = 51.66%
R=2.43%
G=45.92%
B=51.66%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal112082340.950.1100.0818791.0248.04
HexBD0EA5FB08bb5b30
Octal133203521371301027313360
Binary101111010000111010101011111101101000101110111011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BD0EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,208,234); }

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

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

 a { background-color: rgb(11,208,234); }

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

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

 span { border-color: rgb(11,208,234); }

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