Html Css Color HEX #B0EAEB Pale Turquoise

📋 copy color: '#B0EAEB'

red 176 ◦ green 234 ◦ blue 235

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

Shades of Pale Turquoise #B0EAEB

Tints of Pale Turquoise #B0EAEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 36.43%

R = 27.29%
G = 36.28%
B = 36.43%

CMYK

 C value IS 0.25

 M value IS 0.00

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B0EAEB (or 0xB0EAEB) is known color: Pale Turquoise. HEX triplet: B0, EA and EB. RGB value is (176,234,235). Sum of RGB (Red+Green+Blue) = 176+234+235=645 (85% of max value = 765). Red value is 176 (69.14% from 255 or 27.29% from 645); Green value is 234 (91.80% from 255 or 36.28% from 645); Blue value is 235 (92.19% from 255 or 36.43% from 645); Max value from RGB is 235 - color contains mainly: blue. Hex color #B0EAEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0EAEB is #4F1514. Grayscale: #D8D8D8. Windows color (decimal): -5182741 or 15461040. OLE color: 15461040.

HSL color Cylindrical-coordinate representation of color #B0EAEB: hue angle of 181.02º 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 #B0EAEB is Cyan = 0.25, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 176 234 235 -
CMYK 0.25 0.00 0 0.08
HSL 181.02º 0.6% 0.81% -
HSV(B) 181.02º 0.25% 0.92% -
XYZ 62.32 74.07 89.61 -
YUV 216.77 138.28 98.92 -
System Red Green Blue C M Y K H S L
Decimal 176 234 235 0.25 0.00 0 0.08 181.02 0.6 0.81
Hex B0 EA EB 19 0 0 8 B5 3C 51
Octal 260 352 353 31 0 0 10 265 74 121
Binary 10110000 11101010 11101011 11001 0 0 1000 10110101 111100 1010001

Color Harmonies of #B0EAEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0EAEB

Black with #B0EAEB

Text Example


Text Example

White with #B0EAEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0EAEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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