Html Css Color HEX #B5FFF4 Pale Turquoise

📋 copy color: '#B5FFF4'

red 181 ◦ green 255 ◦ blue 244

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

Shades of Pale Turquoise #B5FFF4

Tints of Pale Turquoise #B5FFF4

RGB

 RED value IS 181 (71.09% from 255) = 26.62%

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

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

R = 26.62%
G = 37.5%
B = 35.88%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.04

 K value IS 0

RGB Variations

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

Color information

#B5FFF4 (or 0xB5FFF4) is known color: Pale Turquoise. HEX triplet: B5, FF and F4. RGB value is (181,255,244). Sum of RGB (Red+Green+Blue) = 181+255+244=680 (90% of max value = 765). Red value is 181 (71.09% from 255 or 26.62% from 680); Green value is 255 (100% from 255 or 37.5% from 680); Blue value is 244 (95.70% from 255 or 35.88% from 680); Max value from RGB is 255 - color contains mainly: green. Hex color #B5FFF4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B5FFF4 is #4A000B. Grayscale: #E7E7E7. Windows color (decimal): -4849676 or 16056245. OLE color: 16056245.

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

Color convert

RGB 181 255 244 -
CMYK 0.29 0 0.04 0
HSL 171.08º 1% 0.85% -
HSV(B) 171.08º 0.29% 1% -
XYZ 71.15 87.88 98.8 -
YUV 231.62 134.98 91.89 -
System Red Green Blue C M Y K H S L
Decimal 181 255 244 0.29 0 0.04 0 171.08 1 0.85
Hex B5 FF F4 1D 0 4 0 AB 64 55
Octal 265 377 364 35 0 4 0 253 144 125
Binary 10110101 11111111 11110100 11101 0 100 0 10101011 1100100 1010101

Color Harmonies of #B5FFF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5FFF4

Black with #B5FFF4

Text Example


Text Example

White with #B5FFF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5FFF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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