Html Css Color HEX #B5F4F8 Pale Turquoise

📋 copy color: '#B5F4F8'

red 181 ◦ green 244 ◦ blue 248

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

Shades of Pale Turquoise #B5F4F8

Tints of Pale Turquoise #B5F4F8

RGB

 RED value IS 181 (71.09% from 255) = 26.89%

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

 BLUE value IS 248 (97.27% from 255) = 36.85%

R = 26.89%
G = 36.26%
B = 36.85%

CMYK

 C value IS 0.27

 M value IS 0.02

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#B5F4F8 (or 0xB5F4F8) is known color: Pale Turquoise. HEX triplet: B5, F4 and F8. RGB value is (181,244,248). Sum of RGB (Red+Green+Blue) = 181+244+248=673 (89% of max value = 765). Red value is 181 (71.09% from 255 or 26.89% from 673); Green value is 244 (95.70% from 255 or 36.26% from 673); Blue value is 248 (97.27% from 255 or 36.85% from 673); Max value from RGB is 248 - color contains mainly: blue. Hex color #B5F4F8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B5F4F8 is #4A0B07. Grayscale: #E1E1E1. Windows color (decimal): -4852488 or 16315573. OLE color: 16315573.

HSL color Cylindrical-coordinate representation of color #B5F4F8: hue angle of 183.58º degrees, saturation: 0.83, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B5F4F8 is Cyan = 0.27, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 181 244 248 -
CMYK 0.27 0.02 0 0.03
HSL 183.58º 0.83% 0.84% -
HSV(B) 183.58º 0.27% 0.97% -
XYZ 68.35 81.3 100.9 -
YUV 225.62 140.63 96.17 -
System Red Green Blue C M Y K H S L
Decimal 181 244 248 0.27 0.02 0 0.03 183.58 0.83 0.84
Hex B5 F4 F8 1B 2 0 3 B8 53 54
Octal 265 364 370 33 2 0 3 270 123 124
Binary 10110101 11110100 11111000 11011 10 0 11 10111000 1010011 1010100

Color Harmonies of #B5F4F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5F4F8

Black with #B5F4F8

Text Example


Text Example

White with #B5F4F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5F4F8; }

 p { color: rgb(181,244,248); }

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

background-color css

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

 a { background-color: rgb(181,244,248); }

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

border-color css

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

 span { border-color: rgb(181,244,248); }

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