Html Css Color HEX #B2FAF0 Pale Turquoise

📋 copy color: '#B2FAF0'

red 178 ◦ green 250 ◦ blue 240

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

Shades of Pale Turquoise #B2FAF0

Tints of Pale Turquoise #B2FAF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 35.93%

R = 26.65%
G = 37.43%
B = 35.93%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#B2FAF0 (or 0xB2FAF0) is known color: Pale Turquoise. HEX triplet: B2, FA and F0. RGB value is (178,250,240). Sum of RGB (Red+Green+Blue) = 178+250+240=668 (88% of max value = 765). Red value is 178 (69.92% from 255 or 26.65% from 668); Green value is 250 (98.05% from 255 or 37.43% from 668); Blue value is 240 (94.14% from 255 or 35.93% from 668); Max value from RGB is 250 - color contains mainly: green. Hex color #B2FAF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2FAF0 is #4D050F. Grayscale: #E3E3E3. Windows color (decimal): -5047568 or 15792818. OLE color: 15792818.

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

Color convert

RGB 178 250 240 -
CMYK 0.29 0 0.04 0.02
HSL 171.67º 0.88% 0.84% -
HSV(B) 171.67º 0.29% 0.98% -
XYZ 68.27 84.13 95.08 -
YUV 227.33 135.15 92.81 -
System Red Green Blue C M Y K H S L
Decimal 178 250 240 0.29 0 0.04 0.02 171.67 0.88 0.84
Hex B2 FA F0 1D 0 4 2 AC 58 54
Octal 262 372 360 35 0 4 2 254 130 124
Binary 10110010 11111010 11110000 11101 0 100 10 10101100 1011000 1010100

Color Harmonies of #B2FAF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2FAF0

Black with #B2FAF0

Text Example


Text Example

White with #B2FAF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2FAF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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