Html Css Color HEX #B4FCF7 Pale Turquoise

📋 copy color: '#B4FCF7'

red 180 ◦ green 252 ◦ blue 247

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

Shades of Pale Turquoise #B4FCF7

Tints of Pale Turquoise #B4FCF7

RGB

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

 GREEN value IS 252 (98.83% from 255) = 37.11%

 BLUE value IS 247 (96.88% from 255) = 36.38%

R = 26.51%
G = 37.11%
B = 36.38%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.02

 K value IS 0.01

RGB Variations

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

Color information

#B4FCF7 (or 0xB4FCF7) is known color: Pale Turquoise. HEX triplet: B4, FC and F7. RGB value is (180,252,247). Sum of RGB (Red+Green+Blue) = 180+252+247=679 (89% of max value = 765). Red value is 180 (70.70% from 255 or 26.51% from 679); Green value is 252 (98.83% from 255 or 37.11% from 679); Blue value is 247 (96.88% from 255 or 36.38% from 679); Max value from RGB is 252 - color contains mainly: green. Hex color #B4FCF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B4FCF7 is #4B0308. Grayscale: #E5E5E5. Windows color (decimal): -4915977 or 16252084. OLE color: 16252084.

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

Color convert

RGB 180 252 247 -
CMYK 0.29 0 0.02 0.01
HSL 175.83º 0.92% 0.85% -
HSV(B) 175.83º 0.29% 0.99% -
XYZ 70.42 86.04 100.89 -
YUV 229.9 137.65 92.41 -
System Red Green Blue C M Y K H S L
Decimal 180 252 247 0.29 0 0.02 0.01 175.83 0.92 0.85
Hex B4 FC F7 1D 0 2 1 B0 5C 55
Octal 264 374 367 35 0 2 1 260 134 125
Binary 10110100 11111100 11110111 11101 0 10 1 10110000 1011100 1010101

Color Harmonies of #B4FCF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4FCF7

Black with #B4FCF7

Text Example


Text Example

White with #B4FCF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4FCF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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