Html Css Color HEX #0BDBDB Bright Turquoise

📋 copy color: '#0BDBDB'

red 11 ◦ green 219 ◦ blue 219

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

Shades of Bright Turquoise #0BDBDB

Tints of Bright Turquoise #0BDBDB

RGB

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

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

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

R = 2.45%
G = 48.78%
B = 48.78%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0BDBDB (or 0x0BDBDB) is known color: Bright Turquoise. HEX triplet: 0B, DB and DB. RGB value is (11,219,219). Sum of RGB (Red+Green+Blue) = 11+219+219=449 (59% of max value = 765). Red value is 11 (4.69% from 255 or 2.45% from 449); Green value is 219 (85.94% from 255 or 48.78% from 449); Blue value is 219 (85.94% from 255 or 48.78% from 449); Max value from RGB is 219 - color contains mainly: green, blue. Hex color #0BDBDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BDBDB is #F42424. Grayscale: #9C9C9C. Windows color (decimal): -16000037 or 14408459. OLE color: 14408459.

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

Color convert

RGB 11 219 219 -
CMYK 0.95 0 0 0.14
HSL 180º 0.9% 0.45% -
HSV(B) 180º 0.95% 0.86% -
XYZ 38.26 55.85 75.78 -
YUV 156.81 163.09 24 -
System Red Green Blue C M Y K H S L
Decimal 11 219 219 0.95 0 0 0.14 180 0.9 0.45
Hex B DB DB 5F 0 0 E B4 5A 2D
Octal 13 333 333 137 0 0 16 264 132 55
Binary 1011 11011011 11011011 1011111 0 0 1110 10110100 1011010 101101

Color Harmonies of #0BDBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BDBDB

Black with #0BDBDB

Text Example


Text Example

White with #0BDBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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