Html Css Color HEX #B2FAFF Pale Turquoise

📋 copy color: '#B2FAFF'

red 178 ◦ green 250 ◦ blue 255

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

Shades of Pale Turquoise #B2FAFF

Tints of Pale Turquoise #B2FAFF

RGB

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

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

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

R = 26.06%
G = 36.6%
B = 37.34%

CMYK

 C value IS 0.30

 M value IS 0.02

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B2FAFF (or 0xB2FAFF) is known color: Pale Turquoise. HEX triplet: B2, FA and FF. RGB value is (178,250,255). Sum of RGB (Red+Green+Blue) = 178+250+255=683 (90% of max value = 765). Red value is 178 (69.92% from 255 or 26.06% from 683); Green value is 250 (98.05% from 255 or 36.60% from 683); Blue value is 255 (100% from 255 or 37.34% from 683); Max value from RGB is 255 - color contains mainly: blue. Hex color #B2FAFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2FAFF is #4D0500. Grayscale: #E4E4E4. Windows color (decimal): -5047553 or 16775858. OLE color: 16775858.

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

Color convert

RGB 178 250 255 -
CMYK 0.30 0.02 0 0
HSL 183.9º 1% 0.85% -
HSV(B) 183.9º 0.3% 1% -
XYZ 70.6 85.06 107.3 -
YUV 229.04 142.65 91.59 -
System Red Green Blue C M Y K H S L
Decimal 178 250 255 0.30 0.02 0 0 183.9 1 0.85
Hex B2 FA FF 1E 2 0 0 B8 64 55
Octal 262 372 377 36 2 0 0 270 144 125
Binary 10110010 11111010 11111111 11110 10 0 0 10111000 1100100 1010101

Color Harmonies of #B2FAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2FAFF

Black with #B2FAFF

Text Example


Text Example

White with #B2FAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2FAFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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