Html Css Color HEX #B0FFFE Pale Turquoise

📋 copy color: '#B0FFFE'

red 176 ◦ green 255 ◦ blue 254

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

Shades of Pale Turquoise #B0FFFE

Tints of Pale Turquoise #B0FFFE

RGB

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

 GREEN value IS 255 (100% from 255) = 37.23%

 BLUE value IS 254 (99.61% from 255) = 37.08%

R = 25.69%
G = 37.23%
B = 37.08%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.00

 K value IS 0

RGB Variations

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

Color information

#B0FFFE (or 0xB0FFFE) is known color: Pale Turquoise. HEX triplet: B0, FF and FE. RGB value is (176,255,254). Sum of RGB (Red+Green+Blue) = 176+255+254=685 (90% of max value = 765). Red value is 176 (69.14% from 255 or 25.69% from 685); Green value is 255 (100% from 255 or 37.23% from 685); Blue value is 254 (99.61% from 255 or 37.08% from 685); Max value from RGB is 255 - color contains mainly: green. Hex color #B0FFFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0FFFE is #4F0001. Grayscale: #E7E7E7. Windows color (decimal): -5177346 or 16711600. OLE color: 16711600.

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

Color convert

RGB 176 255 254 -
CMYK 0.31 0 0.00 0
HSL 179.24º 1% 0.85% -
HSV(B) 179.24º 0.31% 1% -
XYZ 71.55 87.91 106.96 -
YUV 231.27 140.83 88.58 -
System Red Green Blue C M Y K H S L
Decimal 176 255 254 0.31 0 0.00 0 179.24 1 0.85
Hex B0 FF FE 1F 0 0 0 B3 64 55
Octal 260 377 376 37 0 0 0 263 144 125
Binary 10110000 11111111 11111110 11111 0 0 0 10110011 1100100 1010101

Color Harmonies of #B0FFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0FFFE

Black with #B0FFFE

Text Example


Text Example

White with #B0FFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0FFFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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