Html Css Color HEX #B5EFE9 Pale Turquoise

📋 copy color: '#B5EFE9'

red 181 ◦ green 239 ◦ blue 233

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

Shades of Pale Turquoise #B5EFE9

Tints of Pale Turquoise #B5EFE9

RGB

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

 GREEN value IS 239 (93.75% from 255) = 36.6%

 BLUE value IS 233 (91.41% from 255) = 35.68%

R = 27.72%
G = 36.6%
B = 35.68%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.03

 K value IS 0.06

RGB Variations

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

Color information

#B5EFE9 (or 0xB5EFE9) is known color: Pale Turquoise. HEX triplet: B5, EF and E9. RGB value is (181,239,233). Sum of RGB (Red+Green+Blue) = 181+239+233=653 (86% of max value = 765). Red value is 181 (71.09% from 255 or 27.72% from 653); Green value is 239 (93.75% from 255 or 36.60% from 653); Blue value is 233 (91.41% from 255 or 35.68% from 653); Max value from RGB is 239 - color contains mainly: green. Hex color #B5EFE9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B5EFE9 is #4A1016. Grayscale: #DCDCDC. Windows color (decimal): -4853783 or 15331253. OLE color: 15331253.

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

Color convert

RGB 181 239 233 -
CMYK 0.24 0 0.03 0.06
HSL 173.79º 0.64% 0.82% -
HSV(B) 173.79º 0.24% 0.94% -
XYZ 64.63 77.44 88.63 -
YUV 220.97 134.78 99.49 -
System Red Green Blue C M Y K H S L
Decimal 181 239 233 0.24 0 0.03 0.06 173.79 0.64 0.82
Hex B5 EF E9 18 0 3 6 AE 40 52
Octal 265 357 351 30 0 3 6 256 100 122
Binary 10110101 11101111 11101001 11000 0 11 110 10101110 1000000 1010010

Color Harmonies of #B5EFE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5EFE9

Black with #B5EFE9

Text Example


Text Example

White with #B5EFE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5EFE9; }

 p { color: rgb(181,239,233); }

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

background-color css

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

 a { background-color: rgb(181,239,233); }

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

border-color css

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

 span { border-color: rgb(181,239,233); }

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