Html Css Color HEX #B6FCFF Pale Turquoise

📋 copy color: '#B6FCFF'

red 182 ◦ green 252 ◦ blue 255

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

Shades of Pale Turquoise #B6FCFF

Tints of Pale Turquoise #B6FCFF

RGB

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

 GREEN value IS 252 (98.83% from 255) = 36.57%

 BLUE value IS 255 (100% from 255) = 37.01%

R = 26.42%
G = 36.57%
B = 37.01%

CMYK

 C value IS 0.29

 M value IS 0.01

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B6FCFF (or 0xB6FCFF) is known color: Pale Turquoise. HEX triplet: B6, FC and FF. RGB value is (182,252,255). Sum of RGB (Red+Green+Blue) = 182+252+255=689 (91% of max value = 765). Red value is 182 (71.48% from 255 or 26.42% from 689); Green value is 252 (98.83% from 255 or 36.57% from 689); Blue value is 255 (100% from 255 or 37.01% from 689); Max value from RGB is 255 - color contains mainly: blue. Hex color #B6FCFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B6FCFF is #490300. Grayscale: #E7E7E7. Windows color (decimal): -4784897 or 16776374. OLE color: 16776374.

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

Color convert

RGB 182 252 255 -
CMYK 0.29 0.01 0 0
HSL 182.47º 1% 0.86% -
HSV(B) 182.47º 0.29% 1% -
XYZ 72.15 86.79 107.56 -
YUV 231.41 141.31 92.76 -
System Red Green Blue C M Y K H S L
Decimal 182 252 255 0.29 0.01 0 0 182.47 1 0.86
Hex B6 FC FF 1D 1 0 0 B6 64 56
Octal 266 374 377 35 1 0 0 266 144 126
Binary 10110110 11111100 11111111 11101 1 0 0 10110110 1100100 1010110

Color Harmonies of #B6FCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6FCFF

Black with #B6FCFF

Text Example


Text Example

White with #B6FCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6FCFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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