Html Css Color HEX #B0FFF7 Pale Turquoise

📋 copy color: '#B0FFF7'

red 176 ◦ green 255 ◦ blue 247

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

Shades of Pale Turquoise #B0FFF7

Tints of Pale Turquoise #B0FFF7

RGB

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

 GREEN value IS 255 (100% from 255) = 37.61%

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

R = 25.96%
G = 37.61%
B = 36.43%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.03

 K value IS 0

RGB Variations

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

Color information

#B0FFF7 (or 0xB0FFF7) is known color: Pale Turquoise. HEX triplet: B0, FF and F7. RGB value is (176,255,247). Sum of RGB (Red+Green+Blue) = 176+255+247=678 (89% of max value = 765). Red value is 176 (69.14% from 255 or 25.96% from 678); Green value is 255 (100% from 255 or 37.61% from 678); Blue value is 247 (96.88% from 255 or 36.43% from 678); Max value from RGB is 255 - color contains mainly: green. Hex color #B0FFF7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0FFF7 is #4F0008. Grayscale: #E6E6E6. Windows color (decimal): -5177353 or 16252848. OLE color: 16252848.

HSL color Cylindrical-coordinate representation of color #B0FFF7: hue angle of 173.92º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B0FFF7 is Cyan = 0.31, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.

Color convert

RGB 176 255 247 -
CMYK 0.31 0 0.03 0
HSL 173.92º 1% 0.85% -
HSV(B) 173.92º 0.31% 1% -
XYZ 70.45 87.47 101.17 -
YUV 230.47 137.33 89.15 -
System Red Green Blue C M Y K H S L
Decimal 176 255 247 0.31 0 0.03 0 173.92 1 0.85
Hex B0 FF F7 1F 0 3 0 AE 64 55
Octal 260 377 367 37 0 3 0 256 144 125
Binary 10110000 11111111 11110111 11111 0 11 0 10101110 1100100 1010101

Color Harmonies of #B0FFF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0FFF7

Black with #B0FFF7

Text Example


Text Example

White with #B0FFF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0FFF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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