Html Css Color HEX #B4FBF4 Pale Turquoise

📋 copy color: '#B4FBF4'

red 180 ◦ green 251 ◦ blue 244

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

Shades of Pale Turquoise #B4FBF4

Tints of Pale Turquoise #B4FBF4

RGB

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

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

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

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

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.03

 K value IS 0.02

RGB Variations

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

Color information

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

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

Color convert

RGB 180 251 244 -
CMYK 0.28 0 0.03 0.02
HSL 174.08º 0.9% 0.85% -
HSV(B) 174.08º 0.28% 0.98% -
XYZ 69.65 85.23 98.37 -
YUV 228.97 136.48 93.07 -
System Red Green Blue C M Y K H S L
Decimal 180 251 244 0.28 0 0.03 0.02 174.08 0.9 0.85
Hex B4 FB F4 1C 0 3 2 AE 5A 55
Octal 264 373 364 34 0 3 2 256 132 125
Binary 10110100 11111011 11110100 11100 0 11 10 10101110 1011010 1010101

Color Harmonies of #B4FBF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4FBF4

Black with #B4FBF4

Text Example


Text Example

White with #B4FBF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4FBF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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