Html Css Color HEX #B2EEFE Pale Turquoise

📋 copy color: '#B2EEFE'

red 178 ◦ green 238 ◦ blue 254

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

Shades of Pale Turquoise #B2EEFE

Tints of Pale Turquoise #B2EEFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 37.91%

R = 26.57%
G = 35.52%
B = 37.91%

CMYK

 C value IS 0.30

 M value IS 0.06

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B2EEFE (or 0xB2EEFE) is known color: Pale Turquoise. HEX triplet: B2, EE and FE. RGB value is (178,238,254). Sum of RGB (Red+Green+Blue) = 178+238+254=670 (88% of max value = 765). Red value is 178 (69.92% from 255 or 26.57% from 670); Green value is 238 (93.36% from 255 or 35.52% from 670); Blue value is 254 (99.61% from 255 or 37.91% from 670); Max value from RGB is 254 - color contains mainly: blue. Hex color #B2EEFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2EEFE is #4D1101. Grayscale: #DDDDDD. Windows color (decimal): -5050626 or 16707250. OLE color: 16707250.

HSL color Cylindrical-coordinate representation of color #B2EEFE: hue angle of 192.63º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B2EEFE is Cyan = 0.30, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 178 238 254 -
CMYK 0.30 0.06 0 0.00
HSL 192.63º 0.97% 0.85% -
HSV(B) 192.63º 0.3% 1% -
XYZ 66.82 77.77 105.26 -
YUV 221.88 146.12 96.7 -
System Red Green Blue C M Y K H S L
Decimal 178 238 254 0.30 0.06 0 0.00 192.63 0.97 0.85
Hex B2 EE FE 1E 6 0 0 C1 61 55
Octal 262 356 376 36 6 0 0 301 141 125
Binary 10110010 11101110 11111110 11110 110 0 0 11000001 1100001 1010101

Color Harmonies of #B2EEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2EEFE

Black with #B2EEFE

Text Example


Text Example

White with #B2EEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2EEFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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