Html Css Color HEX #B2EEFA Pale Turquoise

📋 copy color: '#B2EEFA'

red 178 ◦ green 238 ◦ blue 250

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

Shades of Pale Turquoise #B2EEFA

Tints of Pale Turquoise #B2EEFA

RGB

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

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

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

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

CMYK

 C value IS 0.29

 M value IS 0.05

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

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

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

Color convert

RGB 178 238 250 -
CMYK 0.29 0.05 0 0.02
HSL 190º 0.88% 0.84% -
HSV(B) 190º 0.29% 0.98% -
XYZ 66.19 77.52 101.92 -
YUV 221.43 144.12 97.02 -
System Red Green Blue C M Y K H S L
Decimal 178 238 250 0.29 0.05 0 0.02 190 0.88 0.84
Hex B2 EE FA 1D 5 0 2 BE 58 54
Octal 262 356 372 35 5 0 2 276 130 124
Binary 10110010 11101110 11111010 11101 101 0 10 10111110 1011000 1010100

Color Harmonies of #B2EEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2EEFA

Black with #B2EEFA

Text Example


Text Example

White with #B2EEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2EEFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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