Html Css Color HEX #B0F8EF Pale Turquoise

📋 copy color: '#B0F8EF'

red 176 ◦ green 248 ◦ blue 239

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

Shades of Pale Turquoise #B0F8EF

Tints of Pale Turquoise #B0F8EF

RGB

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

 GREEN value IS 248 (97.27% from 255) = 37.41%

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

R = 26.55%
G = 37.41%
B = 36.05%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.04

 K value IS 0.03

RGB Variations

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

Color information

#B0F8EF (or 0xB0F8EF) is known color: Pale Turquoise. HEX triplet: B0, F8 and EF. RGB value is (176,248,239). Sum of RGB (Red+Green+Blue) = 176+248+239=663 (87% of max value = 765). Red value is 176 (69.14% from 255 or 26.55% from 663); Green value is 248 (97.27% from 255 or 37.41% from 663); Blue value is 239 (93.75% from 255 or 36.05% from 663); Max value from RGB is 248 - color contains mainly: green. Hex color #B0F8EF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0F8EF is #4F0710. Grayscale: #E1E1E1. Windows color (decimal): -5179153 or 15726768. OLE color: 15726768.

HSL color Cylindrical-coordinate representation of color #B0F8EF: hue angle of 172.5º degrees, saturation: 0.84, 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 #B0F8EF is Cyan = 0.29, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.

Color convert

RGB 176 248 239 -
CMYK 0.29 0 0.04 0.03
HSL 172.5º 0.84% 0.83% -
HSV(B) 172.5º 0.29% 0.97% -
XYZ 67.05 82.6 94.07 -
YUV 225.45 135.65 92.73 -
System Red Green Blue C M Y K H S L
Decimal 176 248 239 0.29 0 0.04 0.03 172.5 0.84 0.83
Hex B0 F8 EF 1D 0 4 3 AC 54 53
Octal 260 370 357 35 0 4 3 254 124 123
Binary 10110000 11111000 11101111 11101 0 100 11 10101100 1010100 1010011

Color Harmonies of #B0F8EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0F8EF

Black with #B0F8EF

Text Example


Text Example

White with #B0F8EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0F8EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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