Html Css Color HEX #B0EBE5 Pale Turquoise

📋 copy color: '#B0EBE5'

red 176 ◦ green 235 ◦ blue 229

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

Shades of Pale Turquoise #B0EBE5

Tints of Pale Turquoise #B0EBE5

RGB

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

 GREEN value IS 235 (92.19% from 255) = 36.72%

 BLUE value IS 229 (89.84% from 255) = 35.78%

R = 27.5%
G = 36.72%
B = 35.78%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.03

 K value IS 0.08

RGB Variations

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

Color information

#B0EBE5 (or 0xB0EBE5) is known color: Pale Turquoise. HEX triplet: B0, EB and E5. RGB value is (176,235,229). Sum of RGB (Red+Green+Blue) = 176+235+229=640 (84% of max value = 765). Red value is 176 (69.14% from 255 or 27.5% from 640); Green value is 235 (92.19% from 255 or 36.72% from 640); Blue value is 229 (89.84% from 255 or 35.78% from 640); Max value from RGB is 235 - color contains mainly: green. Hex color #B0EBE5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0EBE5 is #4F141A. Grayscale: #D8D8D8. Windows color (decimal): -5182491 or 15068080. OLE color: 15068080.

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

Color convert

RGB 176 235 229 -
CMYK 0.25 0 0.03 0.08
HSL 173.9º 0.6% 0.81% -
HSV(B) 173.9º 0.25% 0.92% -
XYZ 61.76 74.3 85.22 -
YUV 216.68 134.95 98.99 -
System Red Green Blue C M Y K H S L
Decimal 176 235 229 0.25 0 0.03 0.08 173.9 0.6 0.81
Hex B0 EB E5 19 0 3 8 AE 3C 51
Octal 260 353 345 31 0 3 10 256 74 121
Binary 10110000 11101011 11100101 11001 0 11 1000 10101110 111100 1010001

Color Harmonies of #B0EBE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0EBE5

Black with #B0EBE5

Text Example


Text Example

White with #B0EBE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0EBE5; }

 p { color: rgb(176,235,229); }

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

background-color css

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

 a { background-color: rgb(176,235,229); }

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

border-color css

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

 span { border-color: rgb(176,235,229); }

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