Html Css Color HEX #B4FFFC Pale Turquoise

📋 copy color: '#B4FFFC'

red 180 ◦ green 255 ◦ blue 252

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

Shades of Pale Turquoise #B4FFFC

Tints of Pale Turquoise #B4FFFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 36.68%

R = 26.2%
G = 37.12%
B = 36.68%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.01

 K value IS 0

RGB Variations

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

Color information

#B4FFFC (or 0xB4FFFC) is known color: Pale Turquoise. HEX triplet: B4, FF and FC. RGB value is (180,255,252). Sum of RGB (Red+Green+Blue) = 180+255+252=687 (90% of max value = 765). Red value is 180 (70.70% from 255 or 26.20% from 687); Green value is 255 (100% from 255 or 37.12% from 687); Blue value is 252 (98.83% from 255 or 36.68% from 687); Max value from RGB is 255 - color contains mainly: green. Hex color #B4FFFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B4FFFC is #4B0003. Grayscale: #E8E8E8. Windows color (decimal): -4915204 or 16580532. OLE color: 16580532.

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

Color convert

RGB 180 255 252 -
CMYK 0.29 0 0.01 0
HSL 177.6º 1% 0.85% -
HSV(B) 177.6º 0.29% 1% -
XYZ 72.15 88.25 105.33 -
YUV 232.23 139.15 90.74 -
System Red Green Blue C M Y K H S L
Decimal 180 255 252 0.29 0 0.01 0 177.6 1 0.85
Hex B4 FF FC 1D 0 1 0 B2 64 55
Octal 264 377 374 35 0 1 0 262 144 125
Binary 10110100 11111111 11111100 11101 0 1 0 10110010 1100100 1010101

Color Harmonies of #B4FFFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4FFFC

Black with #B4FFFC

Text Example


Text Example

White with #B4FFFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4FFFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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