Html Css Color HEX #B5FFF5 Pale Turquoise

📋 copy color: '#B5FFF5'

red 181 ◦ green 255 ◦ blue 245

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

Shades of Pale Turquoise #B5FFF5

Tints of Pale Turquoise #B5FFF5

RGB

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

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

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

R = 26.58%
G = 37.44%
B = 35.98%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.04

 K value IS 0

RGB Variations

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

Color information

#B5FFF5 (or 0xB5FFF5) is known color: Pale Turquoise. HEX triplet: B5, FF and F5. RGB value is (181,255,245). Sum of RGB (Red+Green+Blue) = 181+255+245=681 (90% of max value = 765). Red value is 181 (71.09% from 255 or 26.58% from 681); Green value is 255 (100% from 255 or 37.44% from 681); Blue value is 245 (96.09% from 255 or 35.98% from 681); Max value from RGB is 255 - color contains mainly: green. Hex color #B5FFF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B5FFF5 is #4A000A. Grayscale: #E7E7E7. Windows color (decimal): -4849675 or 16121781. OLE color: 16121781.

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

Color convert

RGB 181 255 245 -
CMYK 0.29 0 0.04 0
HSL 171.89º 1% 0.85% -
HSV(B) 171.89º 0.29% 1% -
XYZ 71.3 87.94 99.6 -
YUV 231.73 135.48 91.81 -
System Red Green Blue C M Y K H S L
Decimal 181 255 245 0.29 0 0.04 0 171.89 1 0.85
Hex B5 FF F5 1D 0 4 0 AC 64 55
Octal 265 377 365 35 0 4 0 254 144 125
Binary 10110101 11111111 11110101 11101 0 100 0 10101100 1100100 1010101

Color Harmonies of #B5FFF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5FFF5

Black with #B5FFF5

Text Example


Text Example

White with #B5FFF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5FFF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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