Html Css Color HEX #B5EFEF Pale Turquoise

📋 copy color: '#B5EFEF'

red 181 ◦ green 239 ◦ blue 239

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

Shades of Pale Turquoise #B5EFEF

Tints of Pale Turquoise #B5EFEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 36.27%

R = 27.47%
G = 36.27%
B = 36.27%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B5EFEF (or 0xB5EFEF) is known color: Pale Turquoise. HEX triplet: B5, EF and EF. RGB value is (181,239,239). Sum of RGB (Red+Green+Blue) = 181+239+239=659 (87% of max value = 765). Red value is 181 (71.09% from 255 or 27.47% from 659); Green value is 239 (93.75% from 255 or 36.27% from 659); Blue value is 239 (93.75% from 255 or 36.27% from 659); Max value from RGB is 239 - color contains mainly: green, blue. Hex color #B5EFEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B5EFEF is #4A1010. Grayscale: #DDDDDD. Windows color (decimal): -4853777 or 15724469. OLE color: 15724469.

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

Color convert

RGB 181 239 239 -
CMYK 0.24 0 0 0.06
HSL 180º 0.64% 0.82% -
HSV(B) 180º 0.24% 0.94% -
XYZ 65.5 77.79 93.22 -
YUV 221.66 137.78 99 -
System Red Green Blue C M Y K H S L
Decimal 181 239 239 0.24 0 0 0.06 180 0.64 0.82
Hex B5 EF EF 18 0 0 6 B4 40 52
Octal 265 357 357 30 0 0 6 264 100 122
Binary 10110101 11101111 11101111 11000 0 0 110 10110100 1000000 1010010

Color Harmonies of #B5EFEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5EFEF

Black with #B5EFEF

Text Example


Text Example

White with #B5EFEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5EFEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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