Html Css Color HEX #B2FFFD Pale Turquoise

📋 copy color: '#B2FFFD'

red 178 ◦ green 255 ◦ blue 253

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

Shades of Pale Turquoise #B2FFFD

Tints of Pale Turquoise #B2FFFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 36.88%

R = 25.95%
G = 37.17%
B = 36.88%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.01

 K value IS 0

RGB Variations

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

Color information

#B2FFFD (or 0xB2FFFD) is known color: Pale Turquoise. HEX triplet: B2, FF and FD. RGB value is (178,255,253). Sum of RGB (Red+Green+Blue) = 178+255+253=686 (90% of max value = 765). Red value is 178 (69.92% from 255 or 25.95% from 686); Green value is 255 (100% from 255 or 37.17% from 686); Blue value is 253 (99.22% from 255 or 36.88% from 686); Max value from RGB is 255 - color contains mainly: green. Hex color #B2FFFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2FFFD is #4D0002. Grayscale: #E7E7E7. Windows color (decimal): -5046275 or 16646066. OLE color: 16646066.

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

Color convert

RGB 178 255 253 -
CMYK 0.30 0 0.01 0
HSL 178.44º 1% 0.85% -
HSV(B) 178.44º 0.3% 1% -
XYZ 71.85 88.08 106.14 -
YUV 231.75 139.99 89.66 -
System Red Green Blue C M Y K H S L
Decimal 178 255 253 0.30 0 0.01 0 178.44 1 0.85
Hex B2 FF FD 1E 0 1 0 B2 64 55
Octal 262 377 375 36 0 1 0 262 144 125
Binary 10110010 11111111 11111101 11110 0 1 0 10110010 1100100 1010101

Color Harmonies of #B2FFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2FFFD

Black with #B2FFFD

Text Example


Text Example

White with #B2FFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2FFFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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