Html Css Color HEX #B6FFF2 Pale Turquoise

📋 copy color: '#B6FFF2'

red 182 ◦ green 255 ◦ blue 242

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

Shades of Pale Turquoise #B6FFF2

Tints of Pale Turquoise #B6FFF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 35.64%

R = 26.8%
G = 37.56%
B = 35.64%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.05

 K value IS 0

RGB Variations

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

Color information

#B6FFF2 (or 0xB6FFF2) is known color: Pale Turquoise. HEX triplet: B6, FF and F2. RGB value is (182,255,242). Sum of RGB (Red+Green+Blue) = 182+255+242=679 (89% of max value = 765). Red value is 182 (71.48% from 255 or 26.80% from 679); Green value is 255 (100% from 255 or 37.56% from 679); Blue value is 242 (94.92% from 255 or 35.64% from 679); Max value from RGB is 255 - color contains mainly: green. Hex color #B6FFF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B6FFF2 is #49000D. Grayscale: #E7E7E7. Windows color (decimal): -4784142 or 15925174. OLE color: 15925174.

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

Color convert

RGB 182 255 242 -
CMYK 0.29 0 0.05 0
HSL 169.32º 1% 0.86% -
HSV(B) 169.32º 0.29% 1% -
XYZ 71.08 87.88 97.22 -
YUV 231.69 133.82 92.56 -
System Red Green Blue C M Y K H S L
Decimal 182 255 242 0.29 0 0.05 0 169.32 1 0.86
Hex B6 FF F2 1D 0 5 0 A9 64 56
Octal 266 377 362 35 0 5 0 251 144 126
Binary 10110110 11111111 11110010 11101 0 101 0 10101001 1100100 1010110

Color Harmonies of #B6FFF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6FFF2

Black with #B6FFF2

Text Example


Text Example

White with #B6FFF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6FFF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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