#0BD4CE

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

Shades of Dark Turquoise #0BD4CE

Tints of Dark Turquoise #0BD4CE

Color information

#0BD4CE (or 0x0BD4CE) is unknown color: approx Dark Turquoise. HEX triplet: 0B, D4 and CE. RGB value is (11,212,206). Sum of RGB (Red+Green+Blue) = 11+212+206=429 (56% of max value = 765). Red value is 11 (4.69% from 255 or 2.56% from 429); Green value is 212 (83.20% from 255 or 49.42% from 429); Blue value is 206 (80.86% from 255 or 48.02% from 429); Max value from RGB is 212 - color contains mainly: green. Hex color #0BD4CE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BD4CE is #F42B31. Grayscale: #979797. Windows color (decimal): -16001842 or 13554699. OLE color: 13554699.

HSL color Cylindrical-coordinate representation of color #0BD4CE: hue angle of 178.21º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BD4CE is Cyan = 0.95, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.17.

Color convert

RGB11212206-
CMYK0.9500.030.17
HSL178.21º90.13%43.73%-
HSV(B)178.21º94.81%83.14%-
XYZ34.8251.6166.52-
YUV151.22158.9127.99-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 2.56%
GREEN value IS 212 (83.20% from 255) = 49.42%
BLUE value IS 206 (80.86% from 255) = 48.02%
R=2.56%
G=49.42%
B=48.02%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal112122060.9500.030.17178.2190.1343.73
HexBD4CE5F0311b25a2c
Octal13324316137032126213254
Binary10111101010011001110101111101110001101100101011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BD4CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,212,206); }

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

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

 a { background-color: rgb(11,212,206); }

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

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

 span { border-color: rgb(11,212,206); }

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