Html Css Color HEX #0BD2DB Dark Turquoise

📋 copy color: '#0BD2DB'

red 11 ◦ green 210 ◦ blue 219

#0BD2DB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Turquoise #0BD2DB

Tints of Dark Turquoise #0BD2DB

RGB

 RED value IS 11 (4.69% from 255) = 2.5%

 GREEN value IS 210 (82.42% from 255) = 47.73%

 BLUE value IS 219 (85.94% from 255) = 49.77%

R = 2.5%
G = 47.73%
B = 49.77%

CMYK

 C value IS 0.95

 M value IS 0.04

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0BD2DB (or 0x0BD2DB) is known color: Dark Turquoise. HEX triplet: 0B, D2 and DB. RGB value is (11,210,219). Sum of RGB (Red+Green+Blue) = 11+210+219=440 (58% of max value = 765). Red value is 11 (4.69% from 255 or 2.5% from 440); Green value is 210 (82.42% from 255 or 47.73% from 440); Blue value is 219 (85.94% from 255 or 49.77% from 440); Max value from RGB is 219 - color contains mainly: blue. Hex color #0BD2DB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BD2DB is #F42D24. Grayscale: #979797. Windows color (decimal): -16002341 or 14406155. OLE color: 14406155.

HSL color Cylindrical-coordinate representation of color #0BD2DB: hue angle of 182.6º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BD2DB is Cyan = 0.95, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 11 210 219 -
CMYK 0.95 0.04 0 0.14
HSL 182.6º 0.9% 0.45% -
HSV(B) 182.6º 0.95% 0.86% -
XYZ 35.97 51.28 75.02 -
YUV 151.53 166.07 27.77 -
System Red Green Blue C M Y K H S L
Decimal 11 210 219 0.95 0.04 0 0.14 182.6 0.9 0.45
Hex B D2 DB 5F 4 0 E B7 5A 2D
Octal 13 322 333 137 4 0 16 267 132 55
Binary 1011 11010010 11011011 1011111 100 0 1110 10110111 1011010 101101

Color Harmonies of #0BD2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BD2DB

Black with #0BD2DB

Text Example


Text Example

White with #0BD2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,210,219); }

 H1.HeaderClassName
 {
   color: #0BD2DB;
 }
 .AnyTagClassName
 {
   color: #0BD2DB;
 }
</style>

background-color css

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

 a { background-color: rgb(11,210,219); }

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

border-color css

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

 span { border-color: rgb(11,210,219); }

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