Html Css Color HEX #B6F4F0 Pale Turquoise

📋 copy color: '#B6F4F0'

red 182 ◦ green 244 ◦ blue 240

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

Shades of Pale Turquoise #B6F4F0

Tints of Pale Turquoise #B6F4F0

RGB

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

 GREEN value IS 244 (95.7% from 255) = 36.64%

 BLUE value IS 240 (94.14% from 255) = 36.04%

R = 27.33%
G = 36.64%
B = 36.04%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.02

 K value IS 0.04

RGB Variations

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

Color information

#B6F4F0 (or 0xB6F4F0) is known color: Pale Turquoise. HEX triplet: B6, F4 and F0. RGB value is (182,244,240). Sum of RGB (Red+Green+Blue) = 182+244+240=666 (88% of max value = 765). Red value is 182 (71.48% from 255 or 27.33% from 666); Green value is 244 (95.70% from 255 or 36.64% from 666); Blue value is 240 (94.14% from 255 or 36.04% from 666); Max value from RGB is 244 - color contains mainly: green. Hex color #B6F4F0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B6F4F0 is #490B0F. Grayscale: #E0E0E0. Windows color (decimal): -4786960 or 15791286. OLE color: 15791286.

HSL color Cylindrical-coordinate representation of color #B6F4F0: hue angle of 176.13º degrees, saturation: 0.74, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B6F4F0 is Cyan = 0.25, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.04.

Color convert

RGB 182 244 240 -
CMYK 0.25 0 0.02 0.04
HSL 176.13º 0.74% 0.84% -
HSV(B) 176.13º 0.25% 0.96% -
XYZ 67.37 80.94 94.51 -
YUV 225.01 136.46 97.33 -
System Red Green Blue C M Y K H S L
Decimal 182 244 240 0.25 0 0.02 0.04 176.13 0.74 0.84
Hex B6 F4 F0 19 0 2 4 B0 4A 54
Octal 266 364 360 31 0 2 4 260 112 124
Binary 10110110 11110100 11110000 11001 0 10 100 10110000 1001010 1010100

Color Harmonies of #B6F4F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6F4F0

Black with #B6F4F0

Text Example


Text Example

White with #B6F4F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6F4F0; }

 p { color: rgb(182,244,240); }

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

background-color css

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

 a { background-color: rgb(182,244,240); }

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

border-color css

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

 span { border-color: rgb(182,244,240); }

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