Html Css Color HEX #B0FEFF Pale Turquoise

📋 copy color: '#B0FEFF'

red 176 ◦ green 254 ◦ blue 255

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

Shades of Pale Turquoise #B0FEFF

Tints of Pale Turquoise #B0FEFF

RGB

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

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

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

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

CMYK

 C value IS 0.31

 M value IS 0.00

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #B0FEFF: hue angle of 180.76º 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 #B0FEFF is Cyan = 0.31, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 176 254 255 -
CMYK 0.31 0.00 0 0
HSL 180.76º 1% 0.85% -
HSV(B) 180.76º 0.31% 1% -
XYZ 71.4 87.33 107.7 -
YUV 230.79 141.66 88.92 -
System Red Green Blue C M Y K H S L
Decimal 176 254 255 0.31 0.00 0 0 180.76 1 0.85
Hex B0 FE FF 1F 0 0 0 B5 64 55
Octal 260 376 377 37 0 0 0 265 144 125
Binary 10110000 11111110 11111111 11111 0 0 0 10110101 1100100 1010101

Color Harmonies of #B0FEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0FEFF

Black with #B0FEFF

Text Example


Text Example

White with #B0FEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0FEFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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