Html Css Color HEX #B2FEFF Pale Turquoise

📋 copy color: '#B2FEFF'

red 178 ◦ green 254 ◦ blue 255

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

Shades of Pale Turquoise #B2FEFF

Tints of Pale Turquoise #B2FEFF

RGB

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

 GREEN value IS 254 (99.61% from 255) = 36.97%

 BLUE value IS 255 (100% from 255) = 37.12%

R = 25.91%
G = 36.97%
B = 37.12%

CMYK

 C value IS 0.30

 M value IS 0.00

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B2FEFF (or 0xB2FEFF) is known color: Pale Turquoise. HEX triplet: B2, FE and FF. RGB value is (178,254,255). Sum of RGB (Red+Green+Blue) = 178+254+255=687 (90% of max value = 765). Red value is 178 (69.92% from 255 or 25.91% from 687); Green value is 254 (99.61% from 255 or 36.97% from 687); Blue value is 255 (100% from 255 or 37.12% from 687); Max value from RGB is 255 - color contains mainly: blue. Hex color #B2FEFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2FEFF is #4D0100. Grayscale: #E7E7E7. Windows color (decimal): -5046529 or 16776882. OLE color: 16776882.

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

Color convert

RGB 178 254 255 -
CMYK 0.30 0.00 0 0
HSL 180.78º 1% 0.85% -
HSV(B) 180.78º 0.3% 1% -
XYZ 71.85 87.57 107.72 -
YUV 231.39 141.32 89.92 -
System Red Green Blue C M Y K H S L
Decimal 178 254 255 0.30 0.00 0 0 180.78 1 0.85
Hex B2 FE FF 1E 0 0 0 B5 64 55
Octal 262 376 377 36 0 0 0 265 144 125
Binary 10110010 11111110 11111111 11110 0 0 0 10110101 1100100 1010101

Color Harmonies of #B2FEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2FEFF

Black with #B2FEFF

Text Example


Text Example

White with #B2FEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2FEFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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