Html Css Color HEX #0BFBCE Bright Turquoise

📋 copy color: '#0BFBCE'

red 11 ◦ green 251 ◦ blue 206

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

Shades of Bright Turquoise #0BFBCE

Tints of Bright Turquoise #0BFBCE

RGB

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

 GREEN value IS 251 (98.44% from 255) = 53.63%

 BLUE value IS 206 (80.86% from 255) = 44.02%

R = 2.35%
G = 53.63%
B = 44.02%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#0BFBCE (or 0x0BFBCE) is known color: Bright Turquoise. HEX triplet: 0B, FB and CE. RGB value is (11,251,206). Sum of RGB (Red+Green+Blue) = 11+251+206=468 (61% of max value = 765). Red value is 11 (4.69% from 255 or 2.35% from 468); Green value is 251 (98.44% from 255 or 53.63% from 468); Blue value is 206 (80.86% from 255 or 44.02% from 468); Max value from RGB is 251 - color contains mainly: green. Hex color #0BFBCE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0BFBCE is #F40431. Grayscale: #AEAEAE. Windows color (decimal): -15991858 or 13564683. OLE color: 13564683.

HSL color Cylindrical-coordinate representation of color #0BFBCE: hue angle of 168.75º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0BFBCE is Cyan = 0.96, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB 11 251 206 -
CMYK 0.96 0 0.18 0.02
HSL 168.75º 0.97% 0.51% -
HSV(B) 168.75º 0.96% 0.98% -
XYZ 45.78 73.52 70.17 -
YUV 174.11 145.99 11.66 -
System Red Green Blue C M Y K H S L
Decimal 11 251 206 0.96 0 0.18 0.02 168.75 0.97 0.51
Hex B FB CE 60 0 12 2 A9 61 33
Octal 13 373 316 140 0 22 2 251 141 63
Binary 1011 11111011 11001110 1100000 0 10010 10 10101001 1100001 110011

Color Harmonies of #0BFBCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BFBCE

Black with #0BFBCE

Text Example


Text Example

White with #0BFBCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,251,206); }

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

background-color css

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

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

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

border-color css

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

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

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