Html Css Color HEX #B5FFF6 Pale Turquoise

📋 copy color: '#B5FFF6'

red 181 ◦ green 255 ◦ blue 246

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

Shades of Pale Turquoise #B5FFF6

Tints of Pale Turquoise #B5FFF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 36.07%

R = 26.54%
G = 37.39%
B = 36.07%

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

#B5FFF6 (or 0xB5FFF6) is known color: Pale Turquoise. HEX triplet: B5, FF and F6. RGB value is (181,255,246). Sum of RGB (Red+Green+Blue) = 181+255+246=682 (90% of max value = 765). Red value is 181 (71.09% from 255 or 26.54% from 682); Green value is 255 (100% from 255 or 37.39% from 682); Blue value is 246 (96.48% from 255 or 36.07% from 682); Max value from RGB is 255 - color contains mainly: green. Hex color #B5FFF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B5FFF6 is #4A0009. Grayscale: #E7E7E7. Windows color (decimal): -4849674 or 16187317. OLE color: 16187317.

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

Color convert

RGB 181 255 246 -
CMYK 0.29 0 0.04 0
HSL 172.7º 1% 0.85% -
HSV(B) 172.7º 0.29% 1% -
XYZ 71.45 88 100.41 -
YUV 231.85 135.98 91.73 -
System Red Green Blue C M Y K H S L
Decimal 181 255 246 0.29 0 0.04 0 172.7 1 0.85
Hex B5 FF F6 1D 0 4 0 AD 64 55
Octal 265 377 366 35 0 4 0 255 144 125
Binary 10110101 11111111 11110110 11101 0 100 0 10101101 1100100 1010101

Color Harmonies of #B5FFF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5FFF6

Black with #B5FFF6

Text Example


Text Example

White with #B5FFF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5FFF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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