Html Css Color HEX #B2EFEB Pale Turquoise

📋 copy color: '#B2EFEB'

red 178 ◦ green 239 ◦ blue 235

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

Shades of Pale Turquoise #B2EFEB

Tints of Pale Turquoise #B2EFEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 36.04%

R = 27.3%
G = 36.66%
B = 36.04%

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

#B2EFEB (or 0xB2EFEB) is known color: Pale Turquoise. HEX triplet: B2, EF and EB. RGB value is (178,239,235). Sum of RGB (Red+Green+Blue) = 178+239+235=652 (86% of max value = 765). Red value is 178 (69.92% from 255 or 27.30% from 652); Green value is 239 (93.75% from 255 or 36.66% from 652); Blue value is 235 (92.19% from 255 or 36.04% from 652); Max value from RGB is 239 - color contains mainly: green. Hex color #B2EFEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2EFEB is #4D1014. Grayscale: #DCDCDC. Windows color (decimal): -5050389 or 15462322. OLE color: 15462322.

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

Color convert

RGB 178 239 235 -
CMYK 0.26 0 0.02 0.06
HSL 176.07º 0.66% 0.82% -
HSV(B) 176.07º 0.26% 0.94% -
XYZ 64.22 77.2 90.11 -
YUV 220.31 136.29 97.83 -
System Red Green Blue C M Y K H S L
Decimal 178 239 235 0.26 0 0.02 0.06 176.07 0.66 0.82
Hex B2 EF EB 1A 0 2 6 B0 42 52
Octal 262 357 353 32 0 2 6 260 102 122
Binary 10110010 11101111 11101011 11010 0 10 110 10110000 1000010 1010010

Color Harmonies of #B2EFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2EFEB

Black with #B2EFEB

Text Example


Text Example

White with #B2EFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2EFEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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