Html Css Color HEX #B5EDE7 Pale Turquoise

📋 copy color: '#B5EDE7'

red 181 ◦ green 237 ◦ blue 231

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

Shades of Pale Turquoise #B5EDE7

Tints of Pale Turquoise #B5EDE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 35.59%

R = 27.89%
G = 36.52%
B = 35.59%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#B5EDE7 (or 0xB5EDE7) is known color: Pale Turquoise. HEX triplet: B5, ED and E7. RGB value is (181,237,231). Sum of RGB (Red+Green+Blue) = 181+237+231=649 (85% of max value = 765). Red value is 181 (71.09% from 255 or 27.89% from 649); Green value is 237 (92.97% from 255 or 36.52% from 649); Blue value is 231 (90.62% from 255 or 35.59% from 649); Max value from RGB is 237 - color contains mainly: green. Hex color #B5EDE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B5EDE7 is #4A1218. Grayscale: #DBDBDB. Windows color (decimal): -4854297 or 15199669. OLE color: 15199669.

HSL color Cylindrical-coordinate representation of color #B5EDE7: hue angle of 173.57º degrees, saturation: 0.61, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B5EDE7 is Cyan = 0.24, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB 181 237 231 -
CMYK 0.24 0 0.03 0.07
HSL 173.57º 0.61% 0.82% -
HSV(B) 173.57º 0.24% 0.93% -
XYZ 63.76 76.16 86.94 -
YUV 219.57 134.45 100.49 -
System Red Green Blue C M Y K H S L
Decimal 181 237 231 0.24 0 0.03 0.07 173.57 0.61 0.82
Hex B5 ED E7 18 0 3 7 AE 3D 52
Octal 265 355 347 30 0 3 7 256 75 122
Binary 10110101 11101101 11100111 11000 0 11 111 10101110 111101 1010010

Color Harmonies of #B5EDE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5EDE7

Black with #B5EDE7

Text Example


Text Example

White with #B5EDE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5EDE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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