Html Css Color HEX #B0F0E8 Pale Turquoise

📋 copy color: '#B0F0E8'

red 176 ◦ green 240 ◦ blue 232

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

Shades of Pale Turquoise #B0F0E8

Tints of Pale Turquoise #B0F0E8

RGB

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

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

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

R = 27.16%
G = 37.04%
B = 35.8%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.03

 K value IS 0.06

RGB Variations

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

Color information

#B0F0E8 (or 0xB0F0E8) is known color: Pale Turquoise. HEX triplet: B0, F0 and E8. RGB value is (176,240,232). Sum of RGB (Red+Green+Blue) = 176+240+232=648 (85% of max value = 765). Red value is 176 (69.14% from 255 or 27.16% from 648); Green value is 240 (94.14% from 255 or 37.04% from 648); Blue value is 232 (91.02% from 255 or 35.80% from 648); Max value from RGB is 240 - color contains mainly: green. Hex color #B0F0E8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0F0E8 is #4F0F17. Grayscale: #DBDBDB. Windows color (decimal): -5181208 or 15265968. OLE color: 15265968.

HSL color Cylindrical-coordinate representation of color #B0F0E8: hue angle of 172.5º degrees, saturation: 0.68, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B0F0E8 is Cyan = 0.27, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.06.

Color convert

RGB 176 240 232 -
CMYK 0.27 0 0.03 0.06
HSL 172.5º 0.68% 0.82% -
HSV(B) 172.5º 0.27% 0.94% -
XYZ 63.63 77.38 87.93 -
YUV 219.95 134.8 96.65 -
System Red Green Blue C M Y K H S L
Decimal 176 240 232 0.27 0 0.03 0.06 172.5 0.68 0.82
Hex B0 F0 E8 1B 0 3 6 AC 44 52
Octal 260 360 350 33 0 3 6 254 104 122
Binary 10110000 11110000 11101000 11011 0 11 110 10101100 1000100 1010010

Color Harmonies of #B0F0E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0F0E8

Black with #B0F0E8

Text Example


Text Example

White with #B0F0E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0F0E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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