Html Css Color HEX #B5FEF8 Pale Turquoise

📋 copy color: '#B5FEF8'

red 181 ◦ green 254 ◦ blue 248

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

Shades of Pale Turquoise #B5FEF8

Tints of Pale Turquoise #B5FEF8

RGB

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

 GREEN value IS 254 (99.61% from 255) = 37.19%

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

R = 26.5%
G = 37.19%
B = 36.31%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.02

 K value IS 0.00

RGB Variations

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

Color information

#B5FEF8 (or 0xB5FEF8) is known color: Pale Turquoise. HEX triplet: B5, FE and F8. RGB value is (181,254,248). Sum of RGB (Red+Green+Blue) = 181+254+248=683 (90% of max value = 765). Red value is 181 (71.09% from 255 or 26.50% from 683); Green value is 254 (99.61% from 255 or 37.19% from 683); Blue value is 248 (97.27% from 255 or 36.31% from 683); Max value from RGB is 254 - color contains mainly: green. Hex color #B5FEF8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B5FEF8 is #4A0107. Grayscale: #E7E7E7. Windows color (decimal): -4849928 or 16318133. OLE color: 16318133.

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

Color convert

RGB 181 254 248 -
CMYK 0.29 0 0.02 0.00
HSL 175.07º 0.97% 0.85% -
HSV(B) 175.07º 0.29% 1% -
XYZ 71.44 87.48 101.93 -
YUV 231.49 137.32 91.99 -
System Red Green Blue C M Y K H S L
Decimal 181 254 248 0.29 0 0.02 0.00 175.07 0.97 0.85
Hex B5 FE F8 1D 0 2 0 AF 61 55
Octal 265 376 370 35 0 2 0 257 141 125
Binary 10110101 11111110 11111000 11101 0 10 0 10101111 1100001 1010101

Color Harmonies of #B5FEF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5FEF8

Black with #B5FEF8

Text Example


Text Example

White with #B5FEF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5FEF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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