Html Css Color HEX #B0FBF7 Pale Turquoise

📋 copy color: '#B0FBF7'

red 176 ◦ green 251 ◦ blue 247

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

Shades of Pale Turquoise #B0FBF7

Tints of Pale Turquoise #B0FBF7

RGB

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

 GREEN value IS 251 (98.44% from 255) = 37.24%

 BLUE value IS 247 (96.88% from 255) = 36.65%

R = 26.11%
G = 37.24%
B = 36.65%

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

#B0FBF7 (or 0xB0FBF7) is known color: Pale Turquoise. HEX triplet: B0, FB and F7. RGB value is (176,251,247). Sum of RGB (Red+Green+Blue) = 176+251+247=674 (89% of max value = 765). Red value is 176 (69.14% from 255 or 26.11% from 674); Green value is 251 (98.44% from 255 or 37.24% from 674); Blue value is 247 (96.88% from 255 or 36.65% from 674); Max value from RGB is 251 - color contains mainly: green. Hex color #B0FBF7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0FBF7 is #4F0408. Grayscale: #E4E4E4. Windows color (decimal): -5178377 or 16251824. OLE color: 16251824.

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

Color convert

RGB 176 251 247 -
CMYK 0.30 0 0.02 0.02
HSL 176.8º 0.9% 0.84% -
HSV(B) 176.8º 0.3% 0.98% -
XYZ 69.19 84.94 100.74 -
YUV 228.12 138.65 90.83 -
System Red Green Blue C M Y K H S L
Decimal 176 251 247 0.30 0 0.02 0.02 176.8 0.9 0.84
Hex B0 FB F7 1E 0 2 2 B1 5A 54
Octal 260 373 367 36 0 2 2 261 132 124
Binary 10110000 11111011 11110111 11110 0 10 10 10110001 1011010 1010100

Color Harmonies of #B0FBF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0FBF7

Black with #B0FBF7

Text Example


Text Example

White with #B0FBF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0FBF7; }

 p { color: rgb(176,251,247); }

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

background-color css

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

 a { background-color: rgb(176,251,247); }

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

border-color css

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

 span { border-color: rgb(176,251,247); }

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