Html Css Color HEX #B4F5FE Pale Turquoise

📋 copy color: '#B4F5FE'

red 180 ◦ green 245 ◦ blue 254

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

Shades of Pale Turquoise #B4F5FE

Tints of Pale Turquoise #B4F5FE

RGB

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

 GREEN value IS 245 (96.09% from 255) = 36.08%

 BLUE value IS 254 (99.61% from 255) = 37.41%

R = 26.51%
G = 36.08%
B = 37.41%

CMYK

 C value IS 0.29

 M value IS 0.04

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B4F5FE (or 0xB4F5FE) is known color: Pale Turquoise. HEX triplet: B4, F5 and FE. RGB value is (180,245,254). Sum of RGB (Red+Green+Blue) = 180+245+254=679 (89% of max value = 765). Red value is 180 (70.70% from 255 or 26.51% from 679); Green value is 245 (96.09% from 255 or 36.08% from 679); Blue value is 254 (99.61% from 255 or 37.41% from 679); Max value from RGB is 254 - color contains mainly: blue. Hex color #B4F5FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B4F5FE is #4B0A01. Grayscale: #E2E2E2. Windows color (decimal): -4917762 or 16709044. OLE color: 16709044.

HSL color Cylindrical-coordinate representation of color #B4F5FE: hue angle of 187.3º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B4F5FE is Cyan = 0.29, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 180 245 254 -
CMYK 0.29 0.04 0 0.00
HSL 187.3º 0.97% 0.85% -
HSV(B) 187.3º 0.29% 1% -
XYZ 69.36 82.16 105.97 -
YUV 226.59 143.47 94.77 -
System Red Green Blue C M Y K H S L
Decimal 180 245 254 0.29 0.04 0 0.00 187.3 0.97 0.85
Hex B4 F5 FE 1D 4 0 0 BB 61 55
Octal 264 365 376 35 4 0 0 273 141 125
Binary 10110100 11110101 11111110 11101 100 0 0 10111011 1100001 1010101

Color Harmonies of #B4F5FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4F5FE

Black with #B4F5FE

Text Example


Text Example

White with #B4F5FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4F5FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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