Html Css Color HEX #B6F2F7 Pale Turquoise

📋 copy color: '#B6F2F7'

red 182 ◦ green 242 ◦ blue 247

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

Shades of Pale Turquoise #B6F2F7

Tints of Pale Turquoise #B6F2F7

RGB

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

 GREEN value IS 242 (94.92% from 255) = 36.07%

 BLUE value IS 247 (96.88% from 255) = 36.81%

R = 27.12%
G = 36.07%
B = 36.81%

CMYK

 C value IS 0.26

 M value IS 0.02

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#B6F2F7 (or 0xB6F2F7) is known color: Pale Turquoise. HEX triplet: B6, F2 and F7. RGB value is (182,242,247). Sum of RGB (Red+Green+Blue) = 182+242+247=671 (88% of max value = 765). Red value is 182 (71.48% from 255 or 27.12% from 671); Green value is 242 (94.92% from 255 or 36.07% from 671); Blue value is 247 (96.88% from 255 or 36.81% from 671); Max value from RGB is 247 - color contains mainly: blue. Hex color #B6F2F7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B6F2F7 is #490D08. Grayscale: #E0E0E0. Windows color (decimal): -4787465 or 16249526. OLE color: 16249526.

HSL color Cylindrical-coordinate representation of color #B6F2F7: hue angle of 184.62º degrees, saturation: 0.8, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B6F2F7 is Cyan = 0.26, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 182 242 247 -
CMYK 0.26 0.02 0 0.03
HSL 184.62º 0.8% 0.84% -
HSV(B) 184.62º 0.26% 0.97% -
XYZ 67.83 80.16 99.89 -
YUV 224.63 140.62 97.59 -
System Red Green Blue C M Y K H S L
Decimal 182 242 247 0.26 0.02 0 0.03 184.62 0.8 0.84
Hex B6 F2 F7 1A 2 0 3 B9 50 54
Octal 266 362 367 32 2 0 3 271 120 124
Binary 10110110 11110010 11110111 11010 10 0 11 10111001 1010000 1010100

Color Harmonies of #B6F2F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6F2F7

Black with #B6F2F7

Text Example


Text Example

White with #B6F2F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6F2F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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