Html Css Color HEX #0BDCDB Bright Turquoise

📋 copy color: '#0BDCDB'

red 11 ◦ green 220 ◦ blue 219

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

Shades of Bright Turquoise #0BDCDB

Tints of Bright Turquoise #0BDCDB

RGB

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

 GREEN value IS 220 (86.33% from 255) = 48.89%

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

R = 2.44%
G = 48.89%
B = 48.67%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.00

 K value IS 0.14

RGB Variations

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

Color information

#0BDCDB (or 0x0BDCDB) is known color: Bright Turquoise. HEX triplet: 0B, DC and DB. RGB value is (11,220,219). Sum of RGB (Red+Green+Blue) = 11+220+219=450 (59% of max value = 765). Red value is 11 (4.69% from 255 or 2.44% from 450); Green value is 220 (86.33% from 255 or 48.89% from 450); Blue value is 219 (85.94% from 255 or 48.67% from 450); Max value from RGB is 220 - color contains mainly: green. Hex color #0BDCDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BDCDB is #F42324. Grayscale: #9D9D9D. Windows color (decimal): -15999781 or 14408715. OLE color: 14408715.

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

Color convert

RGB 11 220 219 -
CMYK 0.95 0 0.00 0.14
HSL 179.71º 0.9% 0.45% -
HSV(B) 179.71º 0.95% 0.86% -
XYZ 38.52 56.37 75.87 -
YUV 157.4 162.76 23.58 -
System Red Green Blue C M Y K H S L
Decimal 11 220 219 0.95 0 0.00 0.14 179.71 0.9 0.45
Hex B DC DB 5F 0 0 E B4 5A 2D
Octal 13 334 333 137 0 0 16 264 132 55
Binary 1011 11011100 11011011 1011111 0 0 1110 10110100 1011010 101101

Color Harmonies of #0BDCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BDCDB

Black with #0BDCDB

Text Example


Text Example

White with #0BDCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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