Html Css Color HEX #B4F1FE Pale Turquoise

📋 copy color: '#B4F1FE'

red 180 ◦ green 241 ◦ blue 254

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

Shades of Pale Turquoise #B4F1FE

Tints of Pale Turquoise #B4F1FE

RGB

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

 GREEN value IS 241 (94.53% from 255) = 35.7%

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

R = 26.67%
G = 35.7%
B = 37.63%

CMYK

 C value IS 0.29

 M value IS 0.05

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B4F1FE (or 0xB4F1FE) is known color: Pale Turquoise. HEX triplet: B4, F1 and FE. RGB value is (180,241,254). Sum of RGB (Red+Green+Blue) = 180+241+254=675 (89% of max value = 765). Red value is 180 (70.70% from 255 or 26.67% from 675); Green value is 241 (94.53% from 255 or 35.70% from 675); Blue value is 254 (99.61% from 255 or 37.63% from 675); Max value from RGB is 254 - color contains mainly: blue. Hex color #B4F1FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B4F1FE is #4B0E01. Grayscale: #E0E0E0. Windows color (decimal): -4918786 or 16708020. OLE color: 16708020.

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

Color convert

RGB 180 241 254 -
CMYK 0.29 0.05 0 0.00
HSL 190.54º 0.97% 0.85% -
HSV(B) 190.54º 0.29% 1% -
XYZ 68.17 79.77 105.57 -
YUV 224.24 144.79 96.44 -
System Red Green Blue C M Y K H S L
Decimal 180 241 254 0.29 0.05 0 0.00 190.54 0.97 0.85
Hex B4 F1 FE 1D 5 0 0 BF 61 55
Octal 264 361 376 35 5 0 0 277 141 125
Binary 10110100 11110001 11111110 11101 101 0 0 10111111 1100001 1010101

Color Harmonies of #B4F1FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4F1FE

Black with #B4F1FE

Text Example


Text Example

White with #B4F1FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4F1FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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