Html Css Color HEX #B0EEE7 Pale Turquoise

📋 copy color: '#B0EEE7'

red 176 ◦ green 238 ◦ blue 231

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

Shades of Pale Turquoise #B0EEE7

Tints of Pale Turquoise #B0EEE7

RGB

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

 GREEN value IS 238 (93.36% from 255) = 36.9%

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

R = 27.29%
G = 36.9%
B = 35.81%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#B0EEE7 (or 0xB0EEE7) is known color: Pale Turquoise. HEX triplet: B0, EE and E7. RGB value is (176,238,231). Sum of RGB (Red+Green+Blue) = 176+238+231=645 (85% of max value = 765). Red value is 176 (69.14% from 255 or 27.29% from 645); Green value is 238 (93.36% from 255 or 36.90% from 645); Blue value is 231 (90.62% from 255 or 35.81% from 645); Max value from RGB is 238 - color contains mainly: green. Hex color #B0EEE7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0EEE7 is #4F1118. Grayscale: #DADADA. Windows color (decimal): -5181721 or 15199920. OLE color: 15199920.

HSL color Cylindrical-coordinate representation of color #B0EEE7: hue angle of 173.23º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B0EEE7 is Cyan = 0.26, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB 176 238 231 -
CMYK 0.26 0 0.03 0.07
HSL 173.23º 0.65% 0.81% -
HSV(B) 173.23º 0.26% 0.93% -
XYZ 62.9 76.15 86.98 -
YUV 218.66 134.96 97.57 -
System Red Green Blue C M Y K H S L
Decimal 176 238 231 0.26 0 0.03 0.07 173.23 0.65 0.81
Hex B0 EE E7 1A 0 3 7 AD 41 51
Octal 260 356 347 32 0 3 7 255 101 121
Binary 10110000 11101110 11100111 11010 0 11 111 10101101 1000001 1010001

Color Harmonies of #B0EEE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0EEE7

Black with #B0EEE7

Text Example


Text Example

White with #B0EEE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0EEE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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