Html Css Color HEX #B4FFF4 Pale Turquoise

📋 copy color: '#B4FFF4'

red 180 ◦ green 255 ◦ blue 244

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

Shades of Pale Turquoise #B4FFF4

Tints of Pale Turquoise #B4FFF4

RGB

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

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

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

R = 26.51%
G = 37.56%
B = 35.94%

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

#B4FFF4 (or 0xB4FFF4) is known color: Pale Turquoise. HEX triplet: B4, FF and F4. RGB value is (180,255,244). Sum of RGB (Red+Green+Blue) = 180+255+244=679 (89% of max value = 765). Red value is 180 (70.70% from 255 or 26.51% from 679); Green value is 255 (100% from 255 or 37.56% from 679); Blue value is 244 (95.70% from 255 or 35.94% from 679); Max value from RGB is 255 - color contains mainly: green. Hex color #B4FFF4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B4FFF4 is #4B000B. Grayscale: #E7E7E7. Windows color (decimal): -4915212 or 16056244. OLE color: 16056244.

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

Color convert

RGB 180 255 244 -
CMYK 0.29 0 0.04 0
HSL 171.2º 1% 0.85% -
HSV(B) 171.2º 0.29% 1% -
XYZ 70.91 87.75 98.79 -
YUV 231.32 135.15 91.39 -
System Red Green Blue C M Y K H S L
Decimal 180 255 244 0.29 0 0.04 0 171.2 1 0.85
Hex B4 FF F4 1D 0 4 0 AB 64 55
Octal 264 377 364 35 0 4 0 253 144 125
Binary 10110100 11111111 11110100 11101 0 100 0 10101011 1100100 1010101

Color Harmonies of #B4FFF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4FFF4

Black with #B4FFF4

Text Example


Text Example

White with #B4FFF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4FFF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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