Html Css Color HEX #B2EFEA Pale Turquoise

📋 copy color: '#B2EFEA'

red 178 ◦ green 239 ◦ blue 234

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

Shades of Pale Turquoise #B2EFEA

Tints of Pale Turquoise #B2EFEA

RGB

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

 GREEN value IS 239 (93.75% from 255) = 36.71%

 BLUE value IS 234 (91.8% from 255) = 35.94%

R = 27.34%
G = 36.71%
B = 35.94%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#B2EFEA (or 0xB2EFEA) is known color: Pale Turquoise. HEX triplet: B2, EF and EA. RGB value is (178,239,234). Sum of RGB (Red+Green+Blue) = 178+239+234=651 (86% of max value = 765). Red value is 178 (69.92% from 255 or 27.34% from 651); Green value is 239 (93.75% from 255 or 36.71% from 651); Blue value is 234 (91.80% from 255 or 35.94% from 651); Max value from RGB is 239 - color contains mainly: green. Hex color #B2EFEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2EFEA is #4D1015. Grayscale: #DCDCDC. Windows color (decimal): -5050390 or 15396786. OLE color: 15396786.

HSL color Cylindrical-coordinate representation of color #B2EFEA: hue angle of 175.08º degrees, saturation: 0.66, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B2EFEA is Cyan = 0.26, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB 178 239 234 -
CMYK 0.26 0 0.02 0.06
HSL 175.08º 0.66% 0.82% -
HSV(B) 175.08º 0.26% 0.94% -
XYZ 64.08 77.14 89.35 -
YUV 220.19 135.79 97.91 -
System Red Green Blue C M Y K H S L
Decimal 178 239 234 0.26 0 0.02 0.06 175.08 0.66 0.82
Hex B2 EF EA 1A 0 2 6 AF 42 52
Octal 262 357 352 32 0 2 6 257 102 122
Binary 10110010 11101111 11101010 11010 0 10 110 10101111 1000010 1010010

Color Harmonies of #B2EFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2EFEA

Black with #B2EFEA

Text Example


Text Example

White with #B2EFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2EFEA; }

 p { color: rgb(178,239,234); }

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

background-color css

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

 a { background-color: rgb(178,239,234); }

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

border-color css

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

 span { border-color: rgb(178,239,234); }

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