Html Css Color HEX #B4FBFB Pale Turquoise

📋 copy color: '#B4FBFB'

red 180 ◦ green 251 ◦ blue 251

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

Shades of Pale Turquoise #B4FBFB

Tints of Pale Turquoise #B4FBFB

RGB

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

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

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

R = 26.39%
G = 36.8%
B = 36.8%

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

#B4FBFB (or 0xB4FBFB) is known color: Pale Turquoise. HEX triplet: B4, FB and FB. RGB value is (180,251,251). Sum of RGB (Red+Green+Blue) = 180+251+251=682 (90% of max value = 765). Red value is 180 (70.70% from 255 or 26.39% from 682); Green value is 251 (98.44% from 255 or 36.80% from 682); Blue value is 251 (98.44% from 255 or 36.80% from 682); Max value from RGB is 251 - color contains mainly: green, blue. Hex color #B4FBFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B4FBFB is #4B0404. Grayscale: #E5E5E5. Windows color (decimal): -4916229 or 16513972. OLE color: 16513972.

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

Color convert

RGB 180 251 251 -
CMYK 0.28 0 0 0.02
HSL 180º 0.9% 0.85% -
HSV(B) 180º 0.28% 0.98% -
XYZ 70.73 85.66 104.07 -
YUV 229.77 139.98 92.5 -
System Red Green Blue C M Y K H S L
Decimal 180 251 251 0.28 0 0 0.02 180 0.9 0.85
Hex B4 FB FB 1C 0 0 2 B4 5A 55
Octal 264 373 373 34 0 0 2 264 132 125
Binary 10110100 11111011 11111011 11100 0 0 10 10110100 1011010 1010101

Color Harmonies of #B4FBFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4FBFB

Black with #B4FBFB

Text Example


Text Example

White with #B4FBFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4FBFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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