Html Css Color HEX #B4FFFA Pale Turquoise

📋 copy color: '#B4FFFA'

red 180 ◦ green 255 ◦ blue 250

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

Shades of Pale Turquoise #B4FFFA

Tints of Pale Turquoise #B4FFFA

RGB

 RED value IS 180 (70.7% from 255) = 26.28%

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

 BLUE value IS 250 (98.05% from 255) = 36.5%

R = 26.28%
G = 37.23%
B = 36.5%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.02

 K value IS 0

RGB Variations

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

Color information

#B4FFFA (or 0xB4FFFA) is known color: Pale Turquoise. HEX triplet: B4, FF and FA. RGB value is (180,255,250). Sum of RGB (Red+Green+Blue) = 180+255+250=685 (90% of max value = 765). Red value is 180 (70.70% from 255 or 26.28% from 685); Green value is 255 (100% from 255 or 37.23% from 685); Blue value is 250 (98.05% from 255 or 36.50% from 685); Max value from RGB is 255 - color contains mainly: green. Hex color #B4FFFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B4FFFA is #4B0005. Grayscale: #E7E7E7. Windows color (decimal): -4915206 or 16449460. OLE color: 16449460.

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

Color convert

RGB 180 255 250 -
CMYK 0.29 0 0.02 0
HSL 176º 1% 0.85% -
HSV(B) 176º 0.29% 1% -
XYZ 71.84 88.13 103.67 -
YUV 232.01 138.15 90.91 -
System Red Green Blue C M Y K H S L
Decimal 180 255 250 0.29 0 0.02 0 176 1 0.85
Hex B4 FF FA 1D 0 2 0 B0 64 55
Octal 264 377 372 35 0 2 0 260 144 125
Binary 10110100 11111111 11111010 11101 0 10 0 10110000 1100100 1010101

Color Harmonies of #B4FFFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4FFFA

Black with #B4FFFA

Text Example


Text Example

White with #B4FFFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4FFFA; }

 p { color: rgb(180,255,250); }

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

background-color css

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

 a { background-color: rgb(180,255,250); }

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

border-color css

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

 span { border-color: rgb(180,255,250); }

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