Html Css Color HEX #0BFAC7 Bright Turquoise

📋 copy color: '#0BFAC7'

red 11 ◦ green 250 ◦ blue 199

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

Shades of Bright Turquoise #0BFAC7

Tints of Bright Turquoise #0BFAC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 43.26%

R = 2.39%
G = 54.35%
B = 43.26%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.20

 K value IS 0.02

RGB Variations

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

Color information

#0BFAC7 (or 0x0BFAC7) is known color: Bright Turquoise. HEX triplet: 0B, FA and C7. RGB value is (11,250,199). Sum of RGB (Red+Green+Blue) = 11+250+199=460 (60% of max value = 765). Red value is 11 (4.69% from 255 or 2.39% from 460); Green value is 250 (98.05% from 255 or 54.35% from 460); Blue value is 199 (78.12% from 255 or 43.26% from 460); Max value from RGB is 250 - color contains mainly: green. Hex color #0BFAC7 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0BFAC7 is #F40538. Grayscale: #ACACAC. Windows color (decimal): -15992121 or 13105675. OLE color: 13105675.

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

Color convert

RGB 11 250 199 -
CMYK 0.96 0 0.20 0.02
HSL 167.2º 0.96% 0.51% -
HSV(B) 167.2º 0.96% 0.98% -
XYZ 44.63 72.57 65.69 -
YUV 172.73 142.82 12.65 -
System Red Green Blue C M Y K H S L
Decimal 11 250 199 0.96 0 0.20 0.02 167.2 0.96 0.51
Hex B FA C7 60 0 14 2 A7 60 33
Octal 13 372 307 140 0 24 2 247 140 63
Binary 1011 11111010 11000111 1100000 0 10100 10 10100111 1100000 110011

Color Harmonies of #0BFAC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BFAC7

Black with #0BFAC7

Text Example


Text Example

White with #0BFAC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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