Html Css Color HEX #B2EEED Pale Turquoise

📋 copy color: '#B2EEED'

red 178 ◦ green 238 ◦ blue 237

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

Shades of Pale Turquoise #B2EEED

Tints of Pale Turquoise #B2EEED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 36.29%

R = 27.26%
G = 36.45%
B = 36.29%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#B2EEED (or 0xB2EEED) is known color: Pale Turquoise. HEX triplet: B2, EE and ED. RGB value is (178,238,237). Sum of RGB (Red+Green+Blue) = 178+238+237=653 (86% of max value = 765). Red value is 178 (69.92% from 255 or 27.26% from 653); Green value is 238 (93.36% from 255 or 36.45% from 653); Blue value is 237 (92.97% from 255 or 36.29% from 653); Max value from RGB is 238 - color contains mainly: green. Hex color #B2EEED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2EEED is #4D1112. Grayscale: #DBDBDB. Windows color (decimal): -5050643 or 15593138. OLE color: 15593138.

HSL color Cylindrical-coordinate representation of color #B2EEED: hue angle of 179º degrees, saturation: 0.64, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B2EEED is Cyan = 0.25, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.07.

Color convert

RGB 178 238 237 -
CMYK 0.25 0 0.00 0.07
HSL 179º 0.64% 0.82% -
HSV(B) 179º 0.25% 0.93% -
XYZ 64.22 76.73 91.55 -
YUV 219.95 137.62 98.08 -
System Red Green Blue C M Y K H S L
Decimal 178 238 237 0.25 0 0.00 0.07 179 0.64 0.82
Hex B2 EE ED 19 0 0 7 B3 40 52
Octal 262 356 355 31 0 0 7 263 100 122
Binary 10110010 11101110 11101101 11001 0 0 111 10110011 1000000 1010010

Color Harmonies of #B2EEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2EEED

Black with #B2EEED

Text Example


Text Example

White with #B2EEED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2EEED; }

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

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

background-color css

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

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

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

border-color css

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

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

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