Html Css Color HEX #B2F0E8 Pale Turquoise

📋 copy color: '#B2F0E8'

red 178 ◦ green 240 ◦ blue 232

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

Shades of Pale Turquoise #B2F0E8

Tints of Pale Turquoise #B2F0E8

RGB

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

 GREEN value IS 240 (94.14% from 255) = 36.92%

 BLUE value IS 232 (91.02% from 255) = 35.69%

R = 27.38%
G = 36.92%
B = 35.69%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.03

 K value IS 0.06

RGB Variations

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

Color information

#B2F0E8 (or 0xB2F0E8) is known color: Pale Turquoise. HEX triplet: B2, F0 and E8. RGB value is (178,240,232). Sum of RGB (Red+Green+Blue) = 178+240+232=650 (86% of max value = 765). Red value is 178 (69.92% from 255 or 27.38% from 650); Green value is 240 (94.14% from 255 or 36.92% from 650); Blue value is 232 (91.02% from 255 or 35.69% from 650); Max value from RGB is 240 - color contains mainly: green. Hex color #B2F0E8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2F0E8 is #4D0F17. Grayscale: #DCDCDC. Windows color (decimal): -5050136 or 15265970. OLE color: 15265970.

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

Color convert

RGB 178 240 232 -
CMYK 0.26 0 0.03 0.06
HSL 172.26º 0.67% 0.82% -
HSV(B) 172.26º 0.26% 0.94% -
XYZ 64.09 77.61 87.95 -
YUV 220.55 134.46 97.65 -
System Red Green Blue C M Y K H S L
Decimal 178 240 232 0.26 0 0.03 0.06 172.26 0.67 0.82
Hex B2 F0 E8 1A 0 3 6 AC 43 52
Octal 262 360 350 32 0 3 6 254 103 122
Binary 10110010 11110000 11101000 11010 0 11 110 10101100 1000011 1010010

Color Harmonies of #B2F0E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2F0E8

Black with #B2F0E8

Text Example


Text Example

White with #B2F0E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2F0E8; }

 p { color: rgb(178,240,232); }

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

background-color css

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

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

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

border-color css

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

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

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