Html Css Color HEX #B0F7EF Pale Turquoise

📋 copy color: '#B0F7EF'

red 176 ◦ green 247 ◦ blue 239

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

Shades of Pale Turquoise #B0F7EF

Tints of Pale Turquoise #B0F7EF

RGB

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

 GREEN value IS 247 (96.88% from 255) = 37.31%

 BLUE value IS 239 (93.75% from 255) = 36.1%

R = 26.59%
G = 37.31%
B = 36.1%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.03

 K value IS 0.03

RGB Variations

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

Color information

#B0F7EF (or 0xB0F7EF) is known color: Pale Turquoise. HEX triplet: B0, F7 and EF. RGB value is (176,247,239). Sum of RGB (Red+Green+Blue) = 176+247+239=662 (87% of max value = 765). Red value is 176 (69.14% from 255 or 26.59% from 662); Green value is 247 (96.88% from 255 or 37.31% from 662); Blue value is 239 (93.75% from 255 or 36.10% from 662); Max value from RGB is 247 - color contains mainly: green. Hex color #B0F7EF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0F7EF is #4F0810. Grayscale: #E0E0E0. Windows color (decimal): -5179409 or 15726512. OLE color: 15726512.

HSL color Cylindrical-coordinate representation of color #B0F7EF: hue angle of 173.24º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B0F7EF is Cyan = 0.29, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.03.

Color convert

RGB 176 247 239 -
CMYK 0.29 0 0.03 0.03
HSL 173.24º 0.82% 0.83% -
HSV(B) 173.24º 0.29% 0.97% -
XYZ 66.75 81.98 93.97 -
YUV 224.86 135.98 93.15 -
System Red Green Blue C M Y K H S L
Decimal 176 247 239 0.29 0 0.03 0.03 173.24 0.82 0.83
Hex B0 F7 EF 1D 0 3 3 AD 52 53
Octal 260 367 357 35 0 3 3 255 122 123
Binary 10110000 11110111 11101111 11101 0 11 11 10101101 1010010 1010011

Color Harmonies of #B0F7EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0F7EF

Black with #B0F7EF

Text Example


Text Example

White with #B0F7EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0F7EF; }

 p { color: rgb(176,247,239); }

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

background-color css

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

 a { background-color: rgb(176,247,239); }

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

border-color css

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

 span { border-color: rgb(176,247,239); }

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