Html Css Color HEX #B0FAF6 Pale Turquoise

📋 copy color: '#B0FAF6'

red 176 ◦ green 250 ◦ blue 246

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

Shades of Pale Turquoise #B0FAF6

Tints of Pale Turquoise #B0FAF6

RGB

 RED value IS 176 (69.14% from 255) = 26.19%

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

 BLUE value IS 246 (96.48% from 255) = 36.61%

R = 26.19%
G = 37.2%
B = 36.61%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.02

 K value IS 0.02

RGB Variations

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

Color information

#B0FAF6 (or 0xB0FAF6) is known color: Pale Turquoise. HEX triplet: B0, FA and F6. RGB value is (176,250,246). Sum of RGB (Red+Green+Blue) = 176+250+246=672 (89% of max value = 765). Red value is 176 (69.14% from 255 or 26.19% from 672); Green value is 250 (98.05% from 255 or 37.20% from 672); Blue value is 246 (96.48% from 255 or 36.61% from 672); Max value from RGB is 250 - color contains mainly: green. Hex color #B0FAF6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0FAF6 is #4F0509. Grayscale: #E3E3E3. Windows color (decimal): -5178634 or 16186032. OLE color: 16186032.

HSL color Cylindrical-coordinate representation of color #B0FAF6: hue angle of 176.76º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B0FAF6 is Cyan = 0.30, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.

Color convert

RGB 176 250 246 -
CMYK 0.30 0 0.02 0.02
HSL 176.76º 0.88% 0.84% -
HSV(B) 176.76º 0.3% 0.98% -
XYZ 68.72 84.26 99.83 -
YUV 227.42 138.48 91.33 -
System Red Green Blue C M Y K H S L
Decimal 176 250 246 0.30 0 0.02 0.02 176.76 0.88 0.84
Hex B0 FA F6 1E 0 2 2 B1 58 54
Octal 260 372 366 36 0 2 2 261 130 124
Binary 10110000 11111010 11110110 11110 0 10 10 10110001 1011000 1010100

Color Harmonies of #B0FAF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0FAF6

Black with #B0FAF6

Text Example


Text Example

White with #B0FAF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0FAF6; }

 p { color: rgb(176,250,246); }

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

background-color css

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

 a { background-color: rgb(176,250,246); }

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

border-color css

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

 span { border-color: rgb(176,250,246); }

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