Html Css Color HEX #B5FFF7 Pale Turquoise

📋 copy color: '#B5FFF7'

red 181 ◦ green 255 ◦ blue 247

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

Shades of Pale Turquoise #B5FFF7

Tints of Pale Turquoise #B5FFF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 36.16%

R = 26.5%
G = 37.34%
B = 36.16%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.03

 K value IS 0

RGB Variations

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

Color information

#B5FFF7 (or 0xB5FFF7) is known color: Pale Turquoise. HEX triplet: B5, FF and F7. RGB value is (181,255,247). Sum of RGB (Red+Green+Blue) = 181+255+247=683 (90% of max value = 765). Red value is 181 (71.09% from 255 or 26.50% from 683); Green value is 255 (100% from 255 or 37.34% from 683); Blue value is 247 (96.88% from 255 or 36.16% from 683); Max value from RGB is 255 - color contains mainly: green. Hex color #B5FFF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B5FFF7 is #4A0008. Grayscale: #E7E7E7. Windows color (decimal): -4849673 or 16252853. OLE color: 16252853.

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

Color convert

RGB 181 255 247 -
CMYK 0.29 0 0.03 0
HSL 173.51º 1% 0.85% -
HSV(B) 173.51º 0.29% 1% -
XYZ 71.6 88.06 101.22 -
YUV 231.96 136.48 91.65 -
System Red Green Blue C M Y K H S L
Decimal 181 255 247 0.29 0 0.03 0 173.51 1 0.85
Hex B5 FF F7 1D 0 3 0 AE 64 55
Octal 265 377 367 35 0 3 0 256 144 125
Binary 10110101 11111111 11110111 11101 0 11 0 10101110 1100100 1010101

Color Harmonies of #B5FFF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5FFF7

Black with #B5FFF7

Text Example


Text Example

White with #B5FFF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5FFF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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