Html Css Color HEX #B2EFEF Pale Turquoise

📋 copy color: '#B2EFEF'

red 178 ◦ green 239 ◦ blue 239

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

Shades of Pale Turquoise #B2EFEF

Tints of Pale Turquoise #B2EFEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 36.43%

R = 27.13%
G = 36.43%
B = 36.43%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B2EFEF (or 0xB2EFEF) is known color: Pale Turquoise. HEX triplet: B2, EF and EF. RGB value is (178,239,239). Sum of RGB (Red+Green+Blue) = 178+239+239=656 (86% of max value = 765). Red value is 178 (69.92% from 255 or 27.13% from 656); Green value is 239 (93.75% from 255 or 36.43% from 656); Blue value is 239 (93.75% from 255 or 36.43% from 656); Max value from RGB is 239 - color contains mainly: green, blue. Hex color #B2EFEF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2EFEF is #4D1010. Grayscale: #DCDCDC. Windows color (decimal): -5050385 or 15724466. OLE color: 15724466.

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

Color convert

RGB 178 239 239 -
CMYK 0.26 0 0 0.06
HSL 180º 0.66% 0.82% -
HSV(B) 180º 0.26% 0.94% -
XYZ 64.81 77.43 93.19 -
YUV 220.76 138.29 97.5 -
System Red Green Blue C M Y K H S L
Decimal 178 239 239 0.26 0 0 0.06 180 0.66 0.82
Hex B2 EF EF 1A 0 0 6 B4 42 52
Octal 262 357 357 32 0 0 6 264 102 122
Binary 10110010 11101111 11101111 11010 0 0 110 10110100 1000010 1010010

Color Harmonies of #B2EFEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2EFEF

Black with #B2EFEF

Text Example


Text Example

White with #B2EFEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2EFEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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