Html Css Color HEX #B6F1E9 Pale Turquoise

📋 copy color: '#B6F1E9'

red 182 ◦ green 241 ◦ blue 233

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

Shades of Pale Turquoise #B6F1E9

Tints of Pale Turquoise #B6F1E9

RGB

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

 GREEN value IS 241 (94.53% from 255) = 36.74%

 BLUE value IS 233 (91.41% from 255) = 35.52%

R = 27.74%
G = 36.74%
B = 35.52%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.03

 K value IS 0.05

RGB Variations

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

Color information

#B6F1E9 (or 0xB6F1E9) is known color: Pale Turquoise. HEX triplet: B6, F1 and E9. RGB value is (182,241,233). Sum of RGB (Red+Green+Blue) = 182+241+233=656 (86% of max value = 765). Red value is 182 (71.48% from 255 or 27.74% from 656); Green value is 241 (94.53% from 255 or 36.74% from 656); Blue value is 233 (91.41% from 255 or 35.52% from 656); Max value from RGB is 241 - color contains mainly: green. Hex color #B6F1E9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B6F1E9 is #490E16. Grayscale: #DEDEDE. Windows color (decimal): -4787735 or 15331766. OLE color: 15331766.

HSL color Cylindrical-coordinate representation of color #B6F1E9: hue angle of 171.86º degrees, saturation: 0.68, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B6F1E9 is Cyan = 0.24, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB 182 241 233 -
CMYK 0.24 0 0.03 0.05
HSL 171.86º 0.68% 0.83% -
HSV(B) 171.86º 0.24% 0.95% -
XYZ 65.45 78.74 88.84 -
YUV 222.45 133.95 99.15 -
System Red Green Blue C M Y K H S L
Decimal 182 241 233 0.24 0 0.03 0.05 171.86 0.68 0.83
Hex B6 F1 E9 18 0 3 5 AC 44 53
Octal 266 361 351 30 0 3 5 254 104 123
Binary 10110110 11110001 11101001 11000 0 11 101 10101100 1000100 1010011

Color Harmonies of #B6F1E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6F1E9

Black with #B6F1E9

Text Example


Text Example

White with #B6F1E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6F1E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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