Html Css Color HEX #B4FAFA Pale Turquoise

📋 copy color: '#B4FAFA'

red 180 ◦ green 250 ◦ blue 250

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

Shades of Pale Turquoise #B4FAFA

Tints of Pale Turquoise #B4FAFA

RGB

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

 GREEN value IS 250 (98.05% from 255) = 36.76%

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

R = 26.47%
G = 36.76%
B = 36.76%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B4FAFA (or 0xB4FAFA) is known color: Pale Turquoise. HEX triplet: B4, FA and FA. RGB value is (180,250,250). Sum of RGB (Red+Green+Blue) = 180+250+250=680 (90% of max value = 765). Red value is 180 (70.70% from 255 or 26.47% from 680); Green value is 250 (98.05% from 255 or 36.76% from 680); Blue value is 250 (98.05% from 255 or 36.76% from 680); Max value from RGB is 250 - color contains mainly: green, blue. Hex color #B4FAFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B4FAFA is #4B0505. Grayscale: #E5E5E5. Windows color (decimal): -4916486 or 16448180. OLE color: 16448180.

HSL color Cylindrical-coordinate representation of color #B4FAFA: hue angle of 180º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B4FAFA is Cyan = 0.28, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 180 250 250 -
CMYK 0.28 0 0 0.02
HSL 180º 0.88% 0.84% -
HSV(B) 180º 0.28% 0.98% -
XYZ 70.26 84.98 103.14 -
YUV 229.07 139.81 93 -
System Red Green Blue C M Y K H S L
Decimal 180 250 250 0.28 0 0 0.02 180 0.88 0.84
Hex B4 FA FA 1C 0 0 2 B4 58 54
Octal 264 372 372 34 0 0 2 264 130 124
Binary 10110100 11111010 11111010 11100 0 0 10 10110100 1011000 1010100

Color Harmonies of #B4FAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4FAFA

Black with #B4FAFA

Text Example


Text Example

White with #B4FAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4FAFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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