Html Css Color HEX #B6FFFD Pale Turquoise

📋 copy color: '#B6FFFD'

red 182 ◦ green 255 ◦ blue 253

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

Shades of Pale Turquoise #B6FFFD

Tints of Pale Turquoise #B6FFFD

RGB

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

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

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

R = 26.38%
G = 36.96%
B = 36.67%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.01

 K value IS 0

RGB Variations

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

Color information

#B6FFFD (or 0xB6FFFD) is known color: Pale Turquoise. HEX triplet: B6, FF and FD. RGB value is (182,255,253). Sum of RGB (Red+Green+Blue) = 182+255+253=690 (91% of max value = 765). Red value is 182 (71.48% from 255 or 26.38% from 690); Green value is 255 (100% from 255 or 36.96% from 690); Blue value is 253 (99.22% from 255 or 36.67% from 690); Max value from RGB is 255 - color contains mainly: green. Hex color #B6FFFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B6FFFD is #490002. Grayscale: #E8E8E8. Windows color (decimal): -4784131 or 16646070. OLE color: 16646070.

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

Color convert

RGB 182 255 253 -
CMYK 0.29 0 0.01 0
HSL 178.36º 1% 0.86% -
HSV(B) 178.36º 0.29% 1% -
XYZ 72.78 88.56 106.19 -
YUV 232.95 139.32 91.66 -
System Red Green Blue C M Y K H S L
Decimal 182 255 253 0.29 0 0.01 0 178.36 1 0.86
Hex B6 FF FD 1D 0 1 0 B2 64 56
Octal 266 377 375 35 0 1 0 262 144 126
Binary 10110110 11111111 11111101 11101 0 1 0 10110010 1100100 1010110

Color Harmonies of #B6FFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6FFFD

Black with #B6FFFD

Text Example


Text Example

White with #B6FFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6FFFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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