Html Css Color HEX #0BDBD1 Dark Turquoise

📋 copy color: '#0BDBD1'

red 11 ◦ green 219 ◦ blue 209

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

Shades of Dark Turquoise #0BDBD1

Tints of Dark Turquoise #0BDBD1

RGB

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

 GREEN value IS 219 (85.94% from 255) = 49.89%

 BLUE value IS 209 (82.03% from 255) = 47.61%

R = 2.51%
G = 49.89%
B = 47.61%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#0BDBD1 (or 0x0BDBD1) is known color: Dark Turquoise. HEX triplet: 0B, DB and D1. RGB value is (11,219,209). Sum of RGB (Red+Green+Blue) = 11+219+209=439 (58% of max value = 765). Red value is 11 (4.69% from 255 or 2.51% from 439); Green value is 219 (85.94% from 255 or 49.89% from 439); Blue value is 209 (82.03% from 255 or 47.61% from 439); Max value from RGB is 219 - color contains mainly: green. Hex color #0BDBD1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BDBD1 is #F4242E. Grayscale: #9B9B9B. Windows color (decimal): -16000047 or 13753099. OLE color: 13753099.

HSL color Cylindrical-coordinate representation of color #0BDBD1: hue angle of 177.12º 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 #0BDBD1 is Cyan = 0.95, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB 11 219 209 -
CMYK 0.95 0 0.05 0.14
HSL 177.12º 0.9% 0.45% -
HSV(B) 177.12º 0.95% 0.86% -
XYZ 36.98 55.34 69.05 -
YUV 155.67 158.09 24.81 -
System Red Green Blue C M Y K H S L
Decimal 11 219 209 0.95 0 0.05 0.14 177.12 0.9 0.45
Hex B DB D1 5F 0 5 E B1 5A 2D
Octal 13 333 321 137 0 5 16 261 132 55
Binary 1011 11011011 11010001 1011111 0 101 1110 10110001 1011010 101101

Color Harmonies of #0BDBD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BDBD1

Black with #0BDBD1

Text Example


Text Example

White with #0BDBD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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