Html Css Color HEX #B5EDF4 Pale Turquoise

📋 copy color: '#B5EDF4'

red 181 ◦ green 237 ◦ blue 244

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

Shades of Pale Turquoise #B5EDF4

Tints of Pale Turquoise #B5EDF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 36.86%

R = 27.34%
G = 35.8%
B = 36.86%

CMYK

 C value IS 0.26

 M value IS 0.03

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B5EDF4 (or 0xB5EDF4) is known color: Pale Turquoise. HEX triplet: B5, ED and F4. RGB value is (181,237,244). Sum of RGB (Red+Green+Blue) = 181+237+244=662 (87% of max value = 765). Red value is 181 (71.09% from 255 or 27.34% from 662); Green value is 237 (92.97% from 255 or 35.80% from 662); Blue value is 244 (95.70% from 255 or 36.86% from 662); Max value from RGB is 244 - color contains mainly: blue. Hex color #B5EDF4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B5EDF4 is #4A120B. Grayscale: #DCDCDC. Windows color (decimal): -4854284 or 16051637. OLE color: 16051637.

HSL color Cylindrical-coordinate representation of color #B5EDF4: hue angle of 186.67º degrees, saturation: 0.74, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B5EDF4 is Cyan = 0.26, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 181 237 244 -
CMYK 0.26 0.03 0 0.04
HSL 186.67º 0.74% 0.83% -
HSV(B) 186.67º 0.26% 0.96% -
XYZ 65.67 76.92 96.97 -
YUV 221.05 140.95 99.43 -
System Red Green Blue C M Y K H S L
Decimal 181 237 244 0.26 0.03 0 0.04 186.67 0.74 0.83
Hex B5 ED F4 1A 3 0 4 BB 4A 53
Octal 265 355 364 32 3 0 4 273 112 123
Binary 10110101 11101101 11110100 11010 11 0 100 10111011 1001010 1010011

Color Harmonies of #B5EDF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5EDF4

Black with #B5EDF4

Text Example


Text Example

White with #B5EDF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5EDF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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