Html Css Color HEX #B5EFF5 Pale Turquoise

📋 copy color: '#B5EFF5'

red 181 ◦ green 239 ◦ blue 245

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

Shades of Pale Turquoise #B5EFF5

Tints of Pale Turquoise #B5EFF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 36.84%

R = 27.22%
G = 35.94%
B = 36.84%

CMYK

 C value IS 0.26

 M value IS 0.02

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B5EFF5 (or 0xB5EFF5) is known color: Pale Turquoise. HEX triplet: B5, EF and F5. RGB value is (181,239,245). Sum of RGB (Red+Green+Blue) = 181+239+245=665 (88% of max value = 765). Red value is 181 (71.09% from 255 or 27.22% from 665); Green value is 239 (93.75% from 255 or 35.94% from 665); Blue value is 245 (96.09% from 255 or 36.84% from 665); Max value from RGB is 245 - color contains mainly: blue. Hex color #B5EFF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B5EFF5 is #4A100A. Grayscale: #DEDEDE. Windows color (decimal): -4853771 or 16117685. OLE color: 16117685.

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

Color convert

RGB 181 239 245 -
CMYK 0.26 0.02 0 0.04
HSL 185.63º 0.76% 0.84% -
HSV(B) 185.63º 0.26% 0.96% -
XYZ 66.4 78.15 97.97 -
YUV 222.34 140.78 98.51 -
System Red Green Blue C M Y K H S L
Decimal 181 239 245 0.26 0.02 0 0.04 185.63 0.76 0.84
Hex B5 EF F5 1A 2 0 4 BA 4C 54
Octal 265 357 365 32 2 0 4 272 114 124
Binary 10110101 11101111 11110101 11010 10 0 100 10111010 1001100 1010100

Color Harmonies of #B5EFF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5EFF5

Black with #B5EFF5

Text Example


Text Example

White with #B5EFF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5EFF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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