Html Css Color HEX #B0EAE7 Pale Turquoise

📋 copy color: '#B0EAE7'

red 176 ◦ green 234 ◦ blue 231

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

Shades of Pale Turquoise #B0EAE7

Tints of Pale Turquoise #B0EAE7

RGB

 RED value IS 176 (69.14% from 255) = 27.46%

 GREEN value IS 234 (91.8% from 255) = 36.51%

 BLUE value IS 231 (90.63% from 255) = 36.04%

R = 27.46%
G = 36.51%
B = 36.04%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.01

 K value IS 0.08

RGB Variations

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

Color information

#B0EAE7 (or 0xB0EAE7) is known color: Pale Turquoise. HEX triplet: B0, EA and E7. RGB value is (176,234,231). Sum of RGB (Red+Green+Blue) = 176+234+231=641 (84% of max value = 765). Red value is 176 (69.14% from 255 or 27.46% from 641); Green value is 234 (91.80% from 255 or 36.51% from 641); Blue value is 231 (90.62% from 255 or 36.04% from 641); Max value from RGB is 234 - color contains mainly: green. Hex color #B0EAE7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0EAE7 is #4F1518. Grayscale: #D8D8D8. Windows color (decimal): -5182745 or 15198896. OLE color: 15198896.

HSL color Cylindrical-coordinate representation of color #B0EAE7: hue angle of 176.9º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B0EAE7 is Cyan = 0.25, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.08.

Color convert

RGB 176 234 231 -
CMYK 0.25 0 0.01 0.08
HSL 176.9º 0.58% 0.8% -
HSV(B) 176.9º 0.25% 0.92% -
XYZ 61.75 73.85 86.6 -
YUV 216.32 136.28 99.24 -
System Red Green Blue C M Y K H S L
Decimal 176 234 231 0.25 0 0.01 0.08 176.9 0.58 0.8
Hex B0 EA E7 19 0 1 8 B1 3A 50
Octal 260 352 347 31 0 1 10 261 72 120
Binary 10110000 11101010 11100111 11001 0 1 1000 10110001 111010 1010000

Color Harmonies of #B0EAE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0EAE7

Black with #B0EAE7

Text Example


Text Example

White with #B0EAE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0EAE7; }

 p { color: rgb(176,234,231); }

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

background-color css

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

 a { background-color: rgb(176,234,231); }

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

border-color css

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

 span { border-color: rgb(176,234,231); }

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