Html Css Color HEX #B0FFFD Pale Turquoise

📋 copy color: '#B0FFFD'

red 176 ◦ green 255 ◦ blue 253

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

Shades of Pale Turquoise #B0FFFD

Tints of Pale Turquoise #B0FFFD

RGB

 RED value IS 176 (69.14% from 255) = 25.73%

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

 BLUE value IS 253 (99.22% from 255) = 36.99%

R = 25.73%
G = 37.28%
B = 36.99%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.01

 K value IS 0

RGB Variations

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

Color information

#B0FFFD (or 0xB0FFFD) is known color: Pale Turquoise. HEX triplet: B0, FF and FD. RGB value is (176,255,253). Sum of RGB (Red+Green+Blue) = 176+255+253=684 (90% of max value = 765). Red value is 176 (69.14% from 255 or 25.73% from 684); Green value is 255 (100% from 255 or 37.28% from 684); Blue value is 253 (99.22% from 255 or 36.99% from 684); Max value from RGB is 255 - color contains mainly: green. Hex color #B0FFFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0FFFD is #4F0002. Grayscale: #E7E7E7. Windows color (decimal): -5177347 or 16646064. OLE color: 16646064.

HSL color Cylindrical-coordinate representation of color #B0FFFD: hue angle of 178.48º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B0FFFD is Cyan = 0.31, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.

Color convert

RGB 176 255 253 -
CMYK 0.31 0 0.01 0
HSL 178.48º 1% 0.85% -
HSV(B) 178.48º 0.31% 1% -
XYZ 71.39 87.84 106.12 -
YUV 231.15 140.33 88.66 -
System Red Green Blue C M Y K H S L
Decimal 176 255 253 0.31 0 0.01 0 178.48 1 0.85
Hex B0 FF FD 1F 0 1 0 B2 64 55
Octal 260 377 375 37 0 1 0 262 144 125
Binary 10110000 11111111 11111101 11111 0 1 0 10110010 1100100 1010101

Color Harmonies of #B0FFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0FFFD

Black with #B0FFFD

Text Example


Text Example

White with #B0FFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0FFFD; }

 p { color: rgb(176,255,253); }

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

background-color css

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

 a { background-color: rgb(176,255,253); }

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

border-color css

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

 span { border-color: rgb(176,255,253); }

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