Html Css Color HEX #B2FFF7 Pale Turquoise

📋 copy color: '#B2FFF7'

red 178 ◦ green 255 ◦ blue 247

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

Shades of Pale Turquoise #B2FFF7

Tints of Pale Turquoise #B2FFF7

RGB

 RED value IS 178 (69.92% from 255) = 26.18%

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

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

R = 26.18%
G = 37.5%
B = 36.32%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.03

 K value IS 0

RGB Variations

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

Color information

#B2FFF7 (or 0xB2FFF7) is known color: Pale Turquoise. HEX triplet: B2, FF and F7. RGB value is (178,255,247). Sum of RGB (Red+Green+Blue) = 178+255+247=680 (90% of max value = 765). Red value is 178 (69.92% from 255 or 26.18% from 680); Green value is 255 (100% from 255 or 37.5% from 680); Blue value is 247 (96.88% from 255 or 36.32% from 680); Max value from RGB is 255 - color contains mainly: green. Hex color #B2FFF7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2FFF7 is #4D0008. Grayscale: #E7E7E7. Windows color (decimal): -5046281 or 16252850. OLE color: 16252850.

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

Color convert

RGB 178 255 247 -
CMYK 0.30 0 0.03 0
HSL 173.77º 1% 0.85% -
HSV(B) 173.77º 0.3% 1% -
XYZ 70.91 87.7 101.19 -
YUV 231.07 136.99 90.15 -
System Red Green Blue C M Y K H S L
Decimal 178 255 247 0.30 0 0.03 0 173.77 1 0.85
Hex B2 FF F7 1E 0 3 0 AE 64 55
Octal 262 377 367 36 0 3 0 256 144 125
Binary 10110010 11111111 11110111 11110 0 11 0 10101110 1100100 1010101

Color Harmonies of #B2FFF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2FFF7

Black with #B2FFF7

Text Example


Text Example

White with #B2FFF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2FFF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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