Html Css Color HEX #B5EFED Pale Turquoise

📋 copy color: '#B5EFED'

red 181 ◦ green 239 ◦ blue 237

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

Shades of Pale Turquoise #B5EFED

Tints of Pale Turquoise #B5EFED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 36.07%

R = 27.55%
G = 36.38%
B = 36.07%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#B5EFED (or 0xB5EFED) is known color: Pale Turquoise. HEX triplet: B5, EF and ED. RGB value is (181,239,237). Sum of RGB (Red+Green+Blue) = 181+239+237=657 (87% of max value = 765). Red value is 181 (71.09% from 255 or 27.55% from 657); Green value is 239 (93.75% from 255 or 36.38% from 657); Blue value is 237 (92.97% from 255 or 36.07% from 657); Max value from RGB is 239 - color contains mainly: green. Hex color #B5EFED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B5EFED is #4A1012. Grayscale: #DDDDDD. Windows color (decimal): -4853779 or 15593397. OLE color: 15593397.

HSL color Cylindrical-coordinate representation of color #B5EFED: hue angle of 177.93º 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 #B5EFED is Cyan = 0.24, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB 181 239 237 -
CMYK 0.24 0 0.01 0.06
HSL 177.93º 0.64% 0.82% -
HSV(B) 177.93º 0.24% 0.94% -
XYZ 65.21 77.67 91.68 -
YUV 221.43 136.78 99.16 -
System Red Green Blue C M Y K H S L
Decimal 181 239 237 0.24 0 0.01 0.06 177.93 0.64 0.82
Hex B5 EF ED 18 0 1 6 B2 40 52
Octal 265 357 355 30 0 1 6 262 100 122
Binary 10110101 11101111 11101101 11000 0 1 110 10110010 1000000 1010010

Color Harmonies of #B5EFED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5EFED

Black with #B5EFED

Text Example


Text Example

White with #B5EFED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5EFED; }

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

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

background-color css

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

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

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

border-color css

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

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

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