Html Css Color HEX #B2EFEC Pale Turquoise

📋 copy color: '#B2EFEC'

red 178 ◦ green 239 ◦ blue 236

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

Shades of Pale Turquoise #B2EFEC

Tints of Pale Turquoise #B2EFEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 36.14%

R = 27.26%
G = 36.6%
B = 36.14%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#B2EFEC (or 0xB2EFEC) is known color: Pale Turquoise. HEX triplet: B2, EF and EC. RGB value is (178,239,236). Sum of RGB (Red+Green+Blue) = 178+239+236=653 (86% of max value = 765). Red value is 178 (69.92% from 255 or 27.26% from 653); Green value is 239 (93.75% from 255 or 36.60% from 653); Blue value is 236 (92.58% from 255 or 36.14% from 653); Max value from RGB is 239 - color contains mainly: green. Hex color #B2EFEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2EFEC is #4D1013. Grayscale: #DCDCDC. Windows color (decimal): -5050388 or 15527858. OLE color: 15527858.

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

Color convert

RGB 178 239 236 -
CMYK 0.26 0 0.01 0.06
HSL 177.05º 0.66% 0.82% -
HSV(B) 177.05º 0.26% 0.94% -
XYZ 64.37 77.25 90.88 -
YUV 220.42 136.79 97.74 -
System Red Green Blue C M Y K H S L
Decimal 178 239 236 0.26 0 0.01 0.06 177.05 0.66 0.82
Hex B2 EF EC 1A 0 1 6 B1 42 52
Octal 262 357 354 32 0 1 6 261 102 122
Binary 10110010 11101111 11101100 11010 0 1 110 10110001 1000010 1010010

Color Harmonies of #B2EFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2EFEC

Black with #B2EFEC

Text Example


Text Example

White with #B2EFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2EFEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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