Html Css Color HEX #B2FAFA Pale Turquoise

📋 copy color: '#B2FAFA'

red 178 ◦ green 250 ◦ blue 250

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

Shades of Pale Turquoise #B2FAFA

Tints of Pale Turquoise #B2FAFA

RGB

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

 GREEN value IS 250 (98.05% from 255) = 36.87%

 BLUE value IS 250 (98.05% from 255) = 36.87%

R = 26.25%
G = 36.87%
B = 36.87%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B2FAFA (or 0xB2FAFA) is known color: Pale Turquoise. HEX triplet: B2, FA and FA. RGB value is (178,250,250). Sum of RGB (Red+Green+Blue) = 178+250+250=678 (89% of max value = 765). Red value is 178 (69.92% from 255 or 26.25% from 678); Green value is 250 (98.05% from 255 or 36.87% from 678); Blue value is 250 (98.05% from 255 or 36.87% from 678); Max value from RGB is 250 - color contains mainly: green, blue. Hex color #B2FAFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2FAFA is #4D0505. Grayscale: #E4E4E4. Windows color (decimal): -5047558 or 16448178. OLE color: 16448178.

HSL color Cylindrical-coordinate representation of color #B2FAFA: hue angle of 180º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B2FAFA is Cyan = 0.29, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 178 250 250 -
CMYK 0.29 0 0 0.02
HSL 180º 0.88% 0.84% -
HSV(B) 180º 0.29% 0.98% -
XYZ 69.8 84.74 103.12 -
YUV 228.47 140.15 92 -
System Red Green Blue C M Y K H S L
Decimal 178 250 250 0.29 0 0 0.02 180 0.88 0.84
Hex B2 FA FA 1D 0 0 2 B4 58 54
Octal 262 372 372 35 0 0 2 264 130 124
Binary 10110010 11111010 11111010 11101 0 0 10 10110100 1011000 1010100

Color Harmonies of #B2FAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2FAFA

Black with #B2FAFA

Text Example


Text Example

White with #B2FAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2FAFA; }

 p { color: rgb(178,250,250); }

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

background-color css

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

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

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

border-color css

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

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

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