Html Css Color HEX #B5FFFF Pale Turquoise

📋 copy color: '#B5FFFF'

red 181 ◦ green 255 ◦ blue 255

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

Shades of Pale Turquoise #B5FFFF

Tints of Pale Turquoise #B5FFFF

RGB

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

 GREEN value IS 255 (100% from 255) = 36.9%

 BLUE value IS 255 (100% from 255) = 36.9%

R = 26.19%
G = 36.9%
B = 36.9%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B5FFFF (or 0xB5FFFF) is known color: Pale Turquoise. HEX triplet: B5, FF and FF. RGB value is (181,255,255). Sum of RGB (Red+Green+Blue) = 181+255+255=691 (91% of max value = 765). Red value is 181 (71.09% from 255 or 26.19% from 691); Green value is 255 (100% from 255 or 36.90% from 691); Blue value is 255 (100% from 255 or 36.90% from 691); Max value from RGB is 255 - color contains mainly: green, blue. Hex color #B5FFFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B5FFFF is #4A0000. Grayscale: #E8E8E8. Windows color (decimal): -4849665 or 16777141. OLE color: 16777141.

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

Color convert

RGB 181 255 255 -
CMYK 0.29 0 0 0
HSL 180º 1% 0.85% -
HSV(B) 180º 0.29% 1% -
XYZ 72.87 88.56 107.86 -
YUV 232.87 140.48 91 -
System Red Green Blue C M Y K H S L
Decimal 181 255 255 0.29 0 0 0 180 1 0.85
Hex B5 FF FF 1D 0 0 0 B4 64 55
Octal 265 377 377 35 0 0 0 264 144 125
Binary 10110101 11111111 11111111 11101 0 0 0 10110100 1100100 1010101

Color Harmonies of #B5FFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5FFFF

Black with #B5FFFF

Text Example


Text Example

White with #B5FFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5FFFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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