Html Css Color HEX #B2FEFB Pale Turquoise

📋 copy color: '#B2FEFB'

red 178 ◦ green 254 ◦ blue 251

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

Shades of Pale Turquoise #B2FEFB

Tints of Pale Turquoise #B2FEFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 36.75%

R = 26.06%
G = 37.19%
B = 36.75%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.01

 K value IS 0.00

RGB Variations

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

Color information

#B2FEFB (or 0xB2FEFB) is known color: Pale Turquoise. HEX triplet: B2, FE and FB. RGB value is (178,254,251). Sum of RGB (Red+Green+Blue) = 178+254+251=683 (90% of max value = 765). Red value is 178 (69.92% from 255 or 26.06% from 683); Green value is 254 (99.61% from 255 or 37.19% from 683); Blue value is 251 (98.44% from 255 or 36.75% from 683); Max value from RGB is 254 - color contains mainly: green. Hex color #B2FEFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2FEFB is #4D0104. Grayscale: #E6E6E6. Windows color (decimal): -5046533 or 16514738. OLE color: 16514738.

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

Color convert

RGB 178 254 251 -
CMYK 0.30 0 0.01 0.00
HSL 177.63º 0.97% 0.85% -
HSV(B) 177.63º 0.3% 1% -
XYZ 71.21 87.31 104.37 -
YUV 230.93 139.32 90.24 -
System Red Green Blue C M Y K H S L
Decimal 178 254 251 0.30 0 0.01 0.00 177.63 0.97 0.85
Hex B2 FE FB 1E 0 1 0 B2 61 55
Octal 262 376 373 36 0 1 0 262 141 125
Binary 10110010 11111110 11111011 11110 0 1 0 10110010 1100001 1010101

Color Harmonies of #B2FEFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2FEFB

Black with #B2FEFB

Text Example


Text Example

White with #B2FEFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2FEFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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