Html Css Color HEX #B0FEF0 Pale Turquoise

📋 copy color: '#B0FEF0'

red 176 ◦ green 254 ◦ blue 240

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

Shades of Pale Turquoise #B0FEF0

Tints of Pale Turquoise #B0FEF0

RGB

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

 GREEN value IS 254 (99.61% from 255) = 37.91%

 BLUE value IS 240 (94.14% from 255) = 35.82%

R = 26.27%
G = 37.91%
B = 35.82%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.06

 K value IS 0.00

RGB Variations

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

Color information

#B0FEF0 (or 0xB0FEF0) is known color: Pale Turquoise. HEX triplet: B0, FE and F0. RGB value is (176,254,240). Sum of RGB (Red+Green+Blue) = 176+254+240=670 (88% of max value = 765). Red value is 176 (69.14% from 255 or 26.27% from 670); Green value is 254 (99.61% from 255 or 37.91% from 670); Blue value is 240 (94.14% from 255 or 35.82% from 670); Max value from RGB is 254 - color contains mainly: green. Hex color #B0FEF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0FEF0 is #4F010F. Grayscale: #E5E5E5. Windows color (decimal): -5177616 or 15793840. OLE color: 15793840.

HSL color Cylindrical-coordinate representation of color #B0FEF0: hue angle of 169.23º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B0FEF0 is Cyan = 0.31, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.00.

Color convert

RGB 176 254 240 -
CMYK 0.31 0 0.06 0.00
HSL 169.23º 0.98% 0.84% -
HSV(B) 169.23º 0.31% 1% -
XYZ 69.07 86.41 95.48 -
YUV 229.08 134.16 90.14 -
System Red Green Blue C M Y K H S L
Decimal 176 254 240 0.31 0 0.06 0.00 169.23 0.98 0.84
Hex B0 FE F0 1F 0 6 0 A9 62 54
Octal 260 376 360 37 0 6 0 251 142 124
Binary 10110000 11111110 11110000 11111 0 110 0 10101001 1100010 1010100

Color Harmonies of #B0FEF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0FEF0

Black with #B0FEF0

Text Example


Text Example

White with #B0FEF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0FEF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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