Html Css Color HEX #B6FFF0 Pale Turquoise

📋 copy color: '#B6FFF0'

red 182 ◦ green 255 ◦ blue 240

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

Shades of Pale Turquoise #B6FFF0

Tints of Pale Turquoise #B6FFF0

RGB

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

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

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

R = 26.88%
G = 37.67%
B = 35.45%

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

#B6FFF0 (or 0xB6FFF0) is known color: Pale Turquoise. HEX triplet: B6, FF and F0. RGB value is (182,255,240). Sum of RGB (Red+Green+Blue) = 182+255+240=677 (89% of max value = 765). Red value is 182 (71.48% from 255 or 26.88% from 677); Green value is 255 (100% from 255 or 37.67% from 677); Blue value is 240 (94.14% from 255 or 35.45% from 677); Max value from RGB is 255 - color contains mainly: green. Hex color #B6FFF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B6FFF0 is #49000F. Grayscale: #E7E7E7. Windows color (decimal): -4784144 or 15794102. OLE color: 15794102.

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

Color convert

RGB 182 255 240 -
CMYK 0.29 0 0.06 0
HSL 167.67º 1% 0.86% -
HSV(B) 167.67º 0.29% 1% -
XYZ 70.78 87.76 95.65 -
YUV 231.46 132.82 92.72 -
System Red Green Blue C M Y K H S L
Decimal 182 255 240 0.29 0 0.06 0 167.67 1 0.86
Hex B6 FF F0 1D 0 6 0 A8 64 56
Octal 266 377 360 35 0 6 0 250 144 126
Binary 10110110 11111111 11110000 11101 0 110 0 10101000 1100100 1010110

Color Harmonies of #B6FFF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6FFF0

Black with #B6FFF0

Text Example


Text Example

White with #B6FFF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6FFF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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