Html Css Color HEX #B0FFF4 Pale Turquoise

📋 copy color: '#B0FFF4'

red 176 ◦ green 255 ◦ blue 244

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

Shades of Pale Turquoise #B0FFF4

Tints of Pale Turquoise #B0FFF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 36.15%

R = 26.07%
G = 37.78%
B = 36.15%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.04

 K value IS 0

RGB Variations

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

Color information

#B0FFF4 (or 0xB0FFF4) is known color: Pale Turquoise. HEX triplet: B0, FF and F4. RGB value is (176,255,244). Sum of RGB (Red+Green+Blue) = 176+255+244=675 (89% of max value = 765). Red value is 176 (69.14% from 255 or 26.07% from 675); Green value is 255 (100% from 255 or 37.78% from 675); Blue value is 244 (95.70% from 255 or 36.15% from 675); Max value from RGB is 255 - color contains mainly: green. Hex color #B0FFF4 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0FFF4 is #4F000B. Grayscale: #E6E6E6. Windows color (decimal): -5177356 or 16056240. OLE color: 16056240.

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

Color convert

RGB 176 255 244 -
CMYK 0.31 0 0.04 0
HSL 171.65º 1% 0.85% -
HSV(B) 171.65º 0.31% 1% -
XYZ 69.99 87.28 98.75 -
YUV 230.13 135.83 89.39 -
System Red Green Blue C M Y K H S L
Decimal 176 255 244 0.31 0 0.04 0 171.65 1 0.85
Hex B0 FF F4 1F 0 4 0 AC 64 55
Octal 260 377 364 37 0 4 0 254 144 125
Binary 10110000 11111111 11110100 11111 0 100 0 10101100 1100100 1010101

Color Harmonies of #B0FFF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0FFF4

Black with #B0FFF4

Text Example


Text Example

White with #B0FFF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0FFF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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