Html Css Color HEX #B5FFFA Pale Turquoise

📋 copy color: '#B5FFFA'

red 181 ◦ green 255 ◦ blue 250

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

Shades of Pale Turquoise #B5FFFA

Tints of Pale Turquoise #B5FFFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 36.44%

R = 26.38%
G = 37.17%
B = 36.44%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.02

 K value IS 0

RGB Variations

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

Color information

#B5FFFA (or 0xB5FFFA) is known color: Pale Turquoise. HEX triplet: B5, FF and FA. RGB value is (181,255,250). Sum of RGB (Red+Green+Blue) = 181+255+250=686 (90% of max value = 765). Red value is 181 (71.09% from 255 or 26.38% from 686); Green value is 255 (100% from 255 or 37.17% from 686); Blue value is 250 (98.05% from 255 or 36.44% from 686); Max value from RGB is 255 - color contains mainly: green. Hex color #B5FFFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B5FFFA is #4A0005. Grayscale: #E8E8E8. Windows color (decimal): -4849670 or 16449461. OLE color: 16449461.

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

Color convert

RGB 181 255 250 -
CMYK 0.29 0 0.02 0
HSL 175.95º 1% 0.85% -
HSV(B) 175.95º 0.29% 1% -
XYZ 72.07 88.25 103.68 -
YUV 232.3 137.98 91.41 -
System Red Green Blue C M Y K H S L
Decimal 181 255 250 0.29 0 0.02 0 175.95 1 0.85
Hex B5 FF FA 1D 0 2 0 B0 64 55
Octal 265 377 372 35 0 2 0 260 144 125
Binary 10110101 11111111 11111010 11101 0 10 0 10110000 1100100 1010101

Color Harmonies of #B5FFFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5FFFA

Black with #B5FFFA

Text Example


Text Example

White with #B5FFFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5FFFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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