Html Css Color HEX #B4FCF5 Pale Turquoise

📋 copy color: '#B4FCF5'

red 180 ◦ green 252 ◦ blue 245

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

Shades of Pale Turquoise #B4FCF5

Tints of Pale Turquoise #B4FCF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 36.19%

R = 26.59%
G = 37.22%
B = 36.19%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.03

 K value IS 0.01

RGB Variations

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

Color information

#B4FCF5 (or 0xB4FCF5) is known color: Pale Turquoise. HEX triplet: B4, FC and F5. RGB value is (180,252,245). Sum of RGB (Red+Green+Blue) = 180+252+245=677 (89% of max value = 765). Red value is 180 (70.70% from 255 or 26.59% from 677); Green value is 252 (98.83% from 255 or 37.22% from 677); Blue value is 245 (96.09% from 255 or 36.19% from 677); Max value from RGB is 252 - color contains mainly: green. Hex color #B4FCF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B4FCF5 is #4B030A. Grayscale: #E5E5E5. Windows color (decimal): -4915979 or 16121012. OLE color: 16121012.

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

Color convert

RGB 180 252 245 -
CMYK 0.29 0 0.03 0.01
HSL 174.17º 0.92% 0.85% -
HSV(B) 174.17º 0.29% 0.99% -
XYZ 70.11 85.92 99.27 -
YUV 229.67 136.65 92.57 -
System Red Green Blue C M Y K H S L
Decimal 180 252 245 0.29 0 0.03 0.01 174.17 0.92 0.85
Hex B4 FC F5 1D 0 3 1 AE 5C 55
Octal 264 374 365 35 0 3 1 256 134 125
Binary 10110100 11111100 11110101 11101 0 11 1 10101110 1011100 1010101

Color Harmonies of #B4FCF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4FCF5

Black with #B4FCF5

Text Example


Text Example

White with #B4FCF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4FCF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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