Html Css Color HEX #B2FAEE Pale Turquoise

📋 copy color: '#B2FAEE'

red 178 ◦ green 250 ◦ blue 238

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

Shades of Pale Turquoise #B2FAEE

Tints of Pale Turquoise #B2FAEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 35.74%

R = 26.73%
G = 37.54%
B = 35.74%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#B2FAEE (or 0xB2FAEE) is known color: Pale Turquoise. HEX triplet: B2, FA and EE. RGB value is (178,250,238). Sum of RGB (Red+Green+Blue) = 178+250+238=666 (88% of max value = 765). Red value is 178 (69.92% from 255 or 26.73% from 666); Green value is 250 (98.05% from 255 or 37.54% from 666); Blue value is 238 (93.36% from 255 or 35.74% from 666); Max value from RGB is 250 - color contains mainly: green. Hex color #B2FAEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2FAEE is #4D0511. Grayscale: #E3E3E3. Windows color (decimal): -5047570 or 15661746. OLE color: 15661746.

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

Color convert

RGB 178 250 238 -
CMYK 0.29 0 0.05 0.02
HSL 170º 0.88% 0.84% -
HSV(B) 170º 0.29% 0.98% -
XYZ 67.98 84.01 93.52 -
YUV 227.1 134.15 92.98 -
System Red Green Blue C M Y K H S L
Decimal 178 250 238 0.29 0 0.05 0.02 170 0.88 0.84
Hex B2 FA EE 1D 0 5 2 AA 58 54
Octal 262 372 356 35 0 5 2 252 130 124
Binary 10110010 11111010 11101110 11101 0 101 10 10101010 1011000 1010100

Color Harmonies of #B2FAEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2FAEE

Black with #B2FAEE

Text Example


Text Example

White with #B2FAEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2FAEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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