Html Css Color HEX #B6F4F1 Pale Turquoise

📋 copy color: '#B6F4F1'

red 182 ◦ green 244 ◦ blue 241

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

Shades of Pale Turquoise #B6F4F1

Tints of Pale Turquoise #B6F4F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 36.13%

R = 27.29%
G = 36.58%
B = 36.13%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.01

 K value IS 0.04

RGB Variations

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

Color information

#B6F4F1 (or 0xB6F4F1) is known color: Pale Turquoise. HEX triplet: B6, F4 and F1. RGB value is (182,244,241). Sum of RGB (Red+Green+Blue) = 182+244+241=667 (88% of max value = 765). Red value is 182 (71.48% from 255 or 27.29% from 667); Green value is 244 (95.70% from 255 or 36.58% from 667); Blue value is 241 (94.53% from 255 or 36.13% from 667); Max value from RGB is 244 - color contains mainly: green. Hex color #B6F4F1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B6F4F1 is #490B0E. Grayscale: #E1E1E1. Windows color (decimal): -4786959 or 15856822. OLE color: 15856822.

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

Color convert

RGB 182 244 241 -
CMYK 0.25 0 0.01 0.04
HSL 177.1º 0.74% 0.84% -
HSV(B) 177.1º 0.25% 0.96% -
XYZ 67.52 81 95.29 -
YUV 225.12 136.96 97.24 -
System Red Green Blue C M Y K H S L
Decimal 182 244 241 0.25 0 0.01 0.04 177.1 0.74 0.84
Hex B6 F4 F1 19 0 1 4 B1 4A 54
Octal 266 364 361 31 0 1 4 261 112 124
Binary 10110110 11110100 11110001 11001 0 1 100 10110001 1001010 1010100

Color Harmonies of #B6F4F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6F4F1

Black with #B6F4F1

Text Example


Text Example

White with #B6F4F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6F4F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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