Html Css Color HEX #B6FFFA Pale Turquoise

📋 copy color: '#B6FFFA'

red 182 ◦ green 255 ◦ blue 250

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

Shades of Pale Turquoise #B6FFFA

Tints of Pale Turquoise #B6FFFA

RGB

 RED value IS 182 (71.48% from 255) = 26.49%

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

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

R = 26.49%
G = 37.12%
B = 36.39%

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

#B6FFFA (or 0xB6FFFA) is known color: Pale Turquoise. HEX triplet: B6, FF and FA. RGB value is (182,255,250). Sum of RGB (Red+Green+Blue) = 182+255+250=687 (90% of max value = 765). Red value is 182 (71.48% from 255 or 26.49% from 687); Green value is 255 (100% from 255 or 37.12% from 687); Blue value is 250 (98.05% from 255 or 36.39% from 687); Max value from RGB is 255 - color contains mainly: green. Hex color #B6FFFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B6FFFA is #490005. Grayscale: #E8E8E8. Windows color (decimal): -4784134 or 16449462. OLE color: 16449462.

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

Color convert

RGB 182 255 250 -
CMYK 0.29 0 0.02 0
HSL 175.89º 1% 0.86% -
HSV(B) 175.89º 0.29% 1% -
XYZ 72.31 88.37 103.69 -
YUV 232.6 137.82 91.91 -
System Red Green Blue C M Y K H S L
Decimal 182 255 250 0.29 0 0.02 0 175.89 1 0.86
Hex B6 FF FA 1D 0 2 0 B0 64 56
Octal 266 377 372 35 0 2 0 260 144 126
Binary 10110110 11111111 11111010 11101 0 10 0 10110000 1100100 1010110

Color Harmonies of #B6FFFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6FFFA

Black with #B6FFFA

Text Example


Text Example

White with #B6FFFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6FFFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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