Html Css Color HEX #B2EEFF Pale Turquoise

📋 copy color: '#B2EEFF'

red 178 ◦ green 238 ◦ blue 255

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

Shades of Pale Turquoise #B2EEFF

Tints of Pale Turquoise #B2EEFF

RGB

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

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

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

R = 26.53%
G = 35.47%
B = 38%

CMYK

 C value IS 0.30

 M value IS 0.07

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B2EEFF (or 0xB2EEFF) is known color: Pale Turquoise. HEX triplet: B2, EE and FF. RGB value is (178,238,255). Sum of RGB (Red+Green+Blue) = 178+238+255=671 (88% of max value = 765). Red value is 178 (69.92% from 255 or 26.53% from 671); Green value is 238 (93.36% from 255 or 35.47% from 671); Blue value is 255 (100% from 255 or 38.00% from 671); Max value from RGB is 255 - color contains mainly: blue. Hex color #B2EEFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2EEFF is #4D1100. Grayscale: #DDDDDD. Windows color (decimal): -5050625 or 16772786. OLE color: 16772786.

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

Color convert

RGB 178 238 255 -
CMYK 0.30 0.07 0 0
HSL 193.25º 1% 0.85% -
HSV(B) 193.25º 0.3% 1% -
XYZ 66.98 77.83 106.1 -
YUV 222 146.62 96.62 -
System Red Green Blue C M Y K H S L
Decimal 178 238 255 0.30 0.07 0 0 193.25 1 0.85
Hex B2 EE FF 1E 7 0 0 C1 64 55
Octal 262 356 377 36 7 0 0 301 144 125
Binary 10110010 11101110 11111111 11110 111 0 0 11000001 1100100 1010101

Color Harmonies of #B2EEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2EEFF

Black with #B2EEFF

Text Example


Text Example

White with #B2EEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2EEFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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