Html Css Color HEX #B5EDF9 Pale Turquoise

📋 copy color: '#B5EDF9'

red 181 ◦ green 237 ◦ blue 249

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

Shades of Pale Turquoise #B5EDF9

Tints of Pale Turquoise #B5EDF9

RGB

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

 GREEN value IS 237 (92.97% from 255) = 35.53%

 BLUE value IS 249 (97.66% from 255) = 37.33%

R = 27.14%
G = 35.53%
B = 37.33%

CMYK

 C value IS 0.27

 M value IS 0.05

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B5EDF9 (or 0xB5EDF9) is known color: Pale Turquoise. HEX triplet: B5, ED and F9. RGB value is (181,237,249). Sum of RGB (Red+Green+Blue) = 181+237+249=667 (88% of max value = 765). Red value is 181 (71.09% from 255 or 27.14% from 667); Green value is 237 (92.97% from 255 or 35.53% from 667); Blue value is 249 (97.66% from 255 or 37.33% from 667); Max value from RGB is 249 - color contains mainly: blue. Hex color #B5EDF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B5EDF9 is #4A1206. Grayscale: #DDDDDD. Windows color (decimal): -4854279 or 16379317. OLE color: 16379317.

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

Color convert

RGB 181 237 249 -
CMYK 0.27 0.05 0 0.02
HSL 190.59º 0.85% 0.84% -
HSV(B) 190.59º 0.27% 0.98% -
XYZ 66.44 77.23 101.03 -
YUV 221.62 143.45 99.02 -
System Red Green Blue C M Y K H S L
Decimal 181 237 249 0.27 0.05 0 0.02 190.59 0.85 0.84
Hex B5 ED F9 1B 5 0 2 BF 55 54
Octal 265 355 371 33 5 0 2 277 125 124
Binary 10110101 11101101 11111001 11011 101 0 10 10111111 1010101 1010100

Color Harmonies of #B5EDF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5EDF9

Black with #B5EDF9

Text Example


Text Example

White with #B5EDF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5EDF9; }

 p { color: rgb(181,237,249); }

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

background-color css

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

 a { background-color: rgb(181,237,249); }

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

border-color css

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

 span { border-color: rgb(181,237,249); }

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