Html Css Color HEX #B4F4FB Pale Turquoise

📋 copy color: '#B4F4FB'

red 180 ◦ green 244 ◦ blue 251

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

Shades of Pale Turquoise #B4F4FB

Tints of Pale Turquoise #B4F4FB

RGB

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

 GREEN value IS 244 (95.7% from 255) = 36.15%

 BLUE value IS 251 (98.44% from 255) = 37.19%

R = 26.67%
G = 36.15%
B = 37.19%

CMYK

 C value IS 0.28

 M value IS 0.03

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B4F4FB (or 0xB4F4FB) is known color: Pale Turquoise. HEX triplet: B4, F4 and FB. RGB value is (180,244,251). Sum of RGB (Red+Green+Blue) = 180+244+251=675 (89% of max value = 765). Red value is 180 (70.70% from 255 or 26.67% from 675); Green value is 244 (95.70% from 255 or 36.15% from 675); Blue value is 251 (98.44% from 255 or 37.19% from 675); Max value from RGB is 251 - color contains mainly: blue. Hex color #B4F4FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B4F4FB is #4B0B04. Grayscale: #E1E1E1. Windows color (decimal): -4918021 or 16512180. OLE color: 16512180.

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

Color convert

RGB 180 244 251 -
CMYK 0.28 0.03 0 0.02
HSL 185.92º 0.9% 0.85% -
HSV(B) 185.92º 0.28% 0.98% -
XYZ 68.59 81.37 103.36 -
YUV 225.66 142.3 95.43 -
System Red Green Blue C M Y K H S L
Decimal 180 244 251 0.28 0.03 0 0.02 185.92 0.9 0.85
Hex B4 F4 FB 1C 3 0 2 BA 5A 55
Octal 264 364 373 34 3 0 2 272 132 125
Binary 10110100 11110100 11111011 11100 11 0 10 10111010 1011010 1010101

Color Harmonies of #B4F4FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4F4FB

Black with #B4F4FB

Text Example


Text Example

White with #B4F4FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4F4FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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