Html Css Color HEX #B5FFF0 Pale Turquoise

📋 copy color: '#B5FFF0'

red 181 ◦ green 255 ◦ blue 240

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

Shades of Pale Turquoise #B5FFF0

Tints of Pale Turquoise #B5FFF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 35.5%

R = 26.78%
G = 37.72%
B = 35.5%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.06

 K value IS 0

RGB Variations

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

Color information

#B5FFF0 (or 0xB5FFF0) is known color: Pale Turquoise. HEX triplet: B5, FF and F0. RGB value is (181,255,240). Sum of RGB (Red+Green+Blue) = 181+255+240=676 (89% of max value = 765). Red value is 181 (71.09% from 255 or 26.78% from 676); Green value is 255 (100% from 255 or 37.72% from 676); Blue value is 240 (94.14% from 255 or 35.50% from 676); Max value from RGB is 255 - color contains mainly: green. Hex color #B5FFF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B5FFF0 is #4A000F. Grayscale: #E7E7E7. Windows color (decimal): -4849680 or 15794101. OLE color: 15794101.

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

Color convert

RGB 181 255 240 -
CMYK 0.29 0 0.06 0
HSL 167.84º 1% 0.85% -
HSV(B) 167.84º 0.29% 1% -
XYZ 70.54 87.64 95.64 -
YUV 231.16 132.98 92.22 -
System Red Green Blue C M Y K H S L
Decimal 181 255 240 0.29 0 0.06 0 167.84 1 0.85
Hex B5 FF F0 1D 0 6 0 A8 64 55
Octal 265 377 360 35 0 6 0 250 144 125
Binary 10110101 11111111 11110000 11101 0 110 0 10101000 1100100 1010101

Color Harmonies of #B5FFF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5FFF0

Black with #B5FFF0

Text Example


Text Example

White with #B5FFF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5FFF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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