Html Css Color HEX #0BFAC5 Bright Turquoise

📋 copy color: '#0BFAC5'

red 11 ◦ green 250 ◦ blue 197

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

Shades of Bright Turquoise #0BFAC5

Tints of Bright Turquoise #0BFAC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 43.01%

R = 2.4%
G = 54.59%
B = 43.01%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.21

 K value IS 0.02

RGB Variations

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

Color information

#0BFAC5 (or 0x0BFAC5) is known color: Bright Turquoise. HEX triplet: 0B, FA and C5. RGB value is (11,250,197). Sum of RGB (Red+Green+Blue) = 11+250+197=458 (60% of max value = 765). Red value is 11 (4.69% from 255 or 2.40% from 458); Green value is 250 (98.05% from 255 or 54.59% from 458); Blue value is 197 (77.34% from 255 or 43.01% from 458); Max value from RGB is 250 - color contains mainly: green. Hex color #0BFAC5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0BFAC5 is #F4053A. Grayscale: #ACACAC. Windows color (decimal): -15992123 or 12974603. OLE color: 12974603.

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

Color convert

RGB 11 250 197 -
CMYK 0.96 0 0.21 0.02
HSL 166.69º 0.96% 0.51% -
HSV(B) 166.69º 0.96% 0.98% -
XYZ 44.4 72.47 64.47 -
YUV 172.5 141.82 12.81 -
System Red Green Blue C M Y K H S L
Decimal 11 250 197 0.96 0 0.21 0.02 166.69 0.96 0.51
Hex B FA C5 60 0 15 2 A7 60 33
Octal 13 372 305 140 0 25 2 247 140 63
Binary 1011 11111010 11000101 1100000 0 10101 10 10100111 1100000 110011

Color Harmonies of #0BFAC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BFAC5

Black with #0BFAC5

Text Example


Text Example

White with #0BFAC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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