Html Css Color HEX #0BF9CB Bright Turquoise

📋 copy color: '#0BF9CB'

red 11 ◦ green 249 ◦ blue 203

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

Shades of Bright Turquoise #0BF9CB

Tints of Bright Turquoise #0BF9CB

RGB

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

 GREEN value IS 249 (97.66% from 255) = 53.78%

 BLUE value IS 203 (79.69% from 255) = 43.84%

R = 2.38%
G = 53.78%
B = 43.84%

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

#0BF9CB (or 0x0BF9CB) is known color: Bright Turquoise. HEX triplet: 0B, F9 and CB. RGB value is (11,249,203). Sum of RGB (Red+Green+Blue) = 11+249+203=463 (61% of max value = 765). Red value is 11 (4.69% from 255 or 2.38% from 463); Green value is 249 (97.66% from 255 or 53.78% from 463); Blue value is 203 (79.69% from 255 or 43.84% from 463); Max value from RGB is 249 - color contains mainly: green. Hex color #0BF9CB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0BF9CB is #F40634. Grayscale: #ACACAC. Windows color (decimal): -15992373 or 13367563. OLE color: 13367563.

HSL color Cylindrical-coordinate representation of color #0BF9CB: hue angle of 168.4º degrees, saturation: 0.95, 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 #0BF9CB is Cyan = 0.96, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB 11 249 203 -
CMYK 0.96 0 0.18 0.02
HSL 168.4º 0.95% 0.51% -
HSV(B) 168.4º 0.96% 0.98% -
XYZ 44.79 72.13 68.06 -
YUV 172.59 145.15 12.74 -
System Red Green Blue C M Y K H S L
Decimal 11 249 203 0.96 0 0.18 0.02 168.4 0.95 0.51
Hex B F9 CB 60 0 12 2 A8 5F 33
Octal 13 371 313 140 0 22 2 250 137 63
Binary 1011 11111001 11001011 1100000 0 10010 10 10101000 1011111 110011

Color Harmonies of #0BF9CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BF9CB

Black with #0BF9CB

Text Example


Text Example

White with #0BF9CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,249,203); }

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

background-color css

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

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

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

border-color css

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

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

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