Html Css Color HEX #B2FEFC Pale Turquoise

📋 copy color: '#B2FEFC'

red 178 ◦ green 254 ◦ blue 252

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

Shades of Pale Turquoise #B2FEFC

Tints of Pale Turquoise #B2FEFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 36.84%

R = 26.02%
G = 37.13%
B = 36.84%

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

#B2FEFC (or 0xB2FEFC) is known color: Pale Turquoise. HEX triplet: B2, FE and FC. RGB value is (178,254,252). Sum of RGB (Red+Green+Blue) = 178+254+252=684 (90% of max value = 765). Red value is 178 (69.92% from 255 or 26.02% from 684); Green value is 254 (99.61% from 255 or 37.13% from 684); Blue value is 252 (98.83% from 255 or 36.84% from 684); Max value from RGB is 254 - color contains mainly: green. Hex color #B2FEFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2FEFC is #4D0103. Grayscale: #E6E6E6. Windows color (decimal): -5046532 or 16580274. OLE color: 16580274.

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

Color convert

RGB 178 254 252 -
CMYK 0.30 0 0.01 0.00
HSL 178.42º 0.97% 0.85% -
HSV(B) 178.42º 0.3% 1% -
XYZ 71.37 87.38 105.2 -
YUV 231.05 139.82 90.16 -
System Red Green Blue C M Y K H S L
Decimal 178 254 252 0.30 0 0.01 0.00 178.42 0.97 0.85
Hex B2 FE FC 1E 0 1 0 B2 61 55
Octal 262 376 374 36 0 1 0 262 141 125
Binary 10110010 11111110 11111100 11110 0 1 0 10110010 1100001 1010101

Color Harmonies of #B2FEFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2FEFC

Black with #B2FEFC

Text Example


Text Example

White with #B2FEFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2FEFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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