Html Css Color HEX #B2FFF8 Pale Turquoise

📋 copy color: '#B2FFF8'

red 178 ◦ green 255 ◦ blue 248

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

Shades of Pale Turquoise #B2FFF8

Tints of Pale Turquoise #B2FFF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 36.42%

R = 26.14%
G = 37.44%
B = 36.42%

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

#B2FFF8 (or 0xB2FFF8) is known color: Pale Turquoise. HEX triplet: B2, FF and F8. RGB value is (178,255,248). Sum of RGB (Red+Green+Blue) = 178+255+248=681 (90% of max value = 765). Red value is 178 (69.92% from 255 or 26.14% from 681); Green value is 255 (100% from 255 or 37.44% from 681); Blue value is 248 (97.27% from 255 or 36.42% from 681); Max value from RGB is 255 - color contains mainly: green. Hex color #B2FFF8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2FFF8 is #4D0007. Grayscale: #E7E7E7. Windows color (decimal): -5046280 or 16318386. OLE color: 16318386.

HSL color Cylindrical-coordinate representation of color #B2FFF8: hue angle of 174.55º 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 #B2FFF8 is Cyan = 0.30, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.

Color convert

RGB 178 255 248 -
CMYK 0.30 0 0.03 0
HSL 174.55º 1% 0.85% -
HSV(B) 174.55º 0.3% 1% -
XYZ 71.06 87.76 102 -
YUV 231.18 137.49 90.07 -
System Red Green Blue C M Y K H S L
Decimal 178 255 248 0.30 0 0.03 0 174.55 1 0.85
Hex B2 FF F8 1E 0 3 0 AF 64 55
Octal 262 377 370 36 0 3 0 257 144 125
Binary 10110010 11111111 11111000 11110 0 11 0 10101111 1100100 1010101

Color Harmonies of #B2FFF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2FFF8

Black with #B2FFF8

Text Example


Text Example

White with #B2FFF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2FFF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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