Html Css Color HEX #0BDBEC Bright Turquoise

📋 copy color: '#0BDBEC'

red 11 ◦ green 219 ◦ blue 236

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

Shades of Bright Turquoise #0BDBEC

Tints of Bright Turquoise #0BDBEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 50.64%

R = 2.36%
G = 47%
B = 50.64%

CMYK

 C value IS 0.95

 M value IS 0.07

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0BDBEC (or 0x0BDBEC) is known color: Bright Turquoise. HEX triplet: 0B, DB and EC. RGB value is (11,219,236). Sum of RGB (Red+Green+Blue) = 11+219+236=466 (61% of max value = 765). Red value is 11 (4.69% from 255 or 2.36% from 466); Green value is 219 (85.94% from 255 or 47.00% from 466); Blue value is 236 (92.58% from 255 or 50.64% from 466); Max value from RGB is 236 - color contains mainly: blue. Hex color #0BDBEC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0BDBEC is #F42413. Grayscale: #9E9E9E. Windows color (decimal): -16000020 or 15522571. OLE color: 15522571.

HSL color Cylindrical-coordinate representation of color #0BDBEC: hue angle of 184.53º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BDBEC is Cyan = 0.95, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 11 219 236 -
CMYK 0.95 0.07 0 0.07
HSL 184.53º 0.91% 0.48% -
HSV(B) 184.53º 0.95% 0.93% -
XYZ 40.61 56.79 88.18 -
YUV 158.75 171.59 22.62 -
System Red Green Blue C M Y K H S L
Decimal 11 219 236 0.95 0.07 0 0.07 184.53 0.91 0.48
Hex B DB EC 5F 7 0 7 B9 5B 30
Octal 13 333 354 137 7 0 7 271 133 60
Binary 1011 11011011 11101100 1011111 111 0 111 10111001 1011011 110000

Color Harmonies of #0BDBEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BDBEC

Black with #0BDBEC

Text Example


Text Example

White with #0BDBEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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