Html Css Color HEX #B6F2F8 Pale Turquoise

📋 copy color: '#B6F2F8'

red 182 ◦ green 242 ◦ blue 248

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

Shades of Pale Turquoise #B6F2F8

Tints of Pale Turquoise #B6F2F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 36.9%

R = 27.08%
G = 36.01%
B = 36.9%

CMYK

 C value IS 0.27

 M value IS 0.02

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#B6F2F8 (or 0xB6F2F8) is known color: Pale Turquoise. HEX triplet: B6, F2 and F8. RGB value is (182,242,248). Sum of RGB (Red+Green+Blue) = 182+242+248=672 (89% of max value = 765). Red value is 182 (71.48% from 255 or 27.08% from 672); Green value is 242 (94.92% from 255 or 36.01% from 672); Blue value is 248 (97.27% from 255 or 36.90% from 672); Max value from RGB is 248 - color contains mainly: blue. Hex color #B6F2F8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B6F2F8 is #490D07. Grayscale: #E0E0E0. Windows color (decimal): -4787464 or 16315062. OLE color: 16315062.

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

Color convert

RGB 182 242 248 -
CMYK 0.27 0.02 0 0.03
HSL 185.45º 0.83% 0.84% -
HSV(B) 185.45º 0.27% 0.97% -
XYZ 67.99 80.23 100.71 -
YUV 224.74 141.12 97.51 -
System Red Green Blue C M Y K H S L
Decimal 182 242 248 0.27 0.02 0 0.03 185.45 0.83 0.84
Hex B6 F2 F8 1B 2 0 3 B9 52 54
Octal 266 362 370 33 2 0 3 271 122 124
Binary 10110110 11110010 11111000 11011 10 0 11 10111001 1010010 1010100

Color Harmonies of #B6F2F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6F2F8

Black with #B6F2F8

Text Example


Text Example

White with #B6F2F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6F2F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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