Html Css Color HEX #B5EFFE Pale Turquoise

📋 copy color: '#B5EFFE'

red 181 ◦ green 239 ◦ blue 254

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

Shades of Pale Turquoise #B5EFFE

Tints of Pale Turquoise #B5EFFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 37.69%

R = 26.85%
G = 35.46%
B = 37.69%

CMYK

 C value IS 0.29

 M value IS 0.06

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B5EFFE (or 0xB5EFFE) is known color: Pale Turquoise. HEX triplet: B5, EF and FE. RGB value is (181,239,254). Sum of RGB (Red+Green+Blue) = 181+239+254=674 (89% of max value = 765). Red value is 181 (71.09% from 255 or 26.85% from 674); Green value is 239 (93.75% from 255 or 35.46% from 674); Blue value is 254 (99.61% from 255 or 37.69% from 674); Max value from RGB is 254 - color contains mainly: blue. Hex color #B5EFFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B5EFFE is #4A1001. Grayscale: #DFDFDF. Windows color (decimal): -4853762 or 16707509. OLE color: 16707509.

HSL color Cylindrical-coordinate representation of color #B5EFFE: hue angle of 192.33º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B5EFFE is Cyan = 0.29, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 181 239 254 -
CMYK 0.29 0.06 0 0.00
HSL 192.33º 0.97% 0.85% -
HSV(B) 192.33º 0.29% 1% -
XYZ 67.81 78.71 105.38 -
YUV 223.37 145.28 97.78 -
System Red Green Blue C M Y K H S L
Decimal 181 239 254 0.29 0.06 0 0.00 192.33 0.97 0.85
Hex B5 EF FE 1D 6 0 0 C0 61 55
Octal 265 357 376 35 6 0 0 300 141 125
Binary 10110101 11101111 11111110 11101 110 0 0 11000000 1100001 1010101

Color Harmonies of #B5EFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5EFFE

Black with #B5EFFE

Text Example


Text Example

White with #B5EFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5EFFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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