Html Css Color HEX #0BFACC Bright Turquoise

📋 copy color: '#0BFACC'

red 11 ◦ green 250 ◦ blue 204

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

Shades of Bright Turquoise #0BFACC

Tints of Bright Turquoise #0BFACC

RGB

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

 GREEN value IS 250 (98.05% from 255) = 53.76%

 BLUE value IS 204 (80.08% from 255) = 43.87%

R = 2.37%
G = 53.76%
B = 43.87%

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

#0BFACC (or 0x0BFACC) is known color: Bright Turquoise. HEX triplet: 0B, FA and CC. RGB value is (11,250,204). Sum of RGB (Red+Green+Blue) = 11+250+204=465 (61% of max value = 765). Red value is 11 (4.69% from 255 or 2.37% from 465); Green value is 250 (98.05% from 255 or 53.76% from 465); Blue value is 204 (80.08% from 255 or 43.87% from 465); Max value from RGB is 250 - color contains mainly: green. Hex color #0BFACC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0BFACC is #F40533. Grayscale: #ADADAD. Windows color (decimal): -15992116 or 13433355. OLE color: 13433355.

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

Color convert

RGB 11 250 204 -
CMYK 0.96 0 0.18 0.02
HSL 168.45º 0.96% 0.51% -
HSV(B) 168.45º 0.96% 0.98% -
XYZ 45.22 72.8 68.8 -
YUV 173.3 145.32 12.24 -
System Red Green Blue C M Y K H S L
Decimal 11 250 204 0.96 0 0.18 0.02 168.45 0.96 0.51
Hex B FA CC 60 0 12 2 A8 60 33
Octal 13 372 314 140 0 22 2 250 140 63
Binary 1011 11111010 11001100 1100000 0 10010 10 10101000 1100000 110011

Color Harmonies of #0BFACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BFACC

Black with #0BFACC

Text Example


Text Example

White with #0BFACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,250,204); }

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

background-color css

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

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

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

border-color css

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

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

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