Html Css Color HEX #B6F2EA Pale Turquoise

📋 copy color: '#B6F2EA'

red 182 ◦ green 242 ◦ blue 234

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

Shades of Pale Turquoise #B6F2EA

Tints of Pale Turquoise #B6F2EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 35.56%

R = 27.66%
G = 36.78%
B = 35.56%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.03

 K value IS 0.05

RGB Variations

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

Color information

#B6F2EA (or 0xB6F2EA) is known color: Pale Turquoise. HEX triplet: B6, F2 and EA. RGB value is (182,242,234). Sum of RGB (Red+Green+Blue) = 182+242+234=658 (87% of max value = 765). Red value is 182 (71.48% from 255 or 27.66% from 658); Green value is 242 (94.92% from 255 or 36.78% from 658); Blue value is 234 (91.80% from 255 or 35.56% from 658); Max value from RGB is 242 - color contains mainly: green. Hex color #B6F2EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B6F2EA is #490D15. Grayscale: #DFDFDF. Windows color (decimal): -4787478 or 15397558. OLE color: 15397558.

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

Color convert

RGB 182 242 234 -
CMYK 0.25 0 0.03 0.05
HSL 172º 0.7% 0.83% -
HSV(B) 172º 0.25% 0.95% -
XYZ 65.89 79.39 89.69 -
YUV 223.15 134.12 98.65 -
System Red Green Blue C M Y K H S L
Decimal 182 242 234 0.25 0 0.03 0.05 172 0.7 0.83
Hex B6 F2 EA 19 0 3 5 AC 46 53
Octal 266 362 352 31 0 3 5 254 106 123
Binary 10110110 11110010 11101010 11001 0 11 101 10101100 1000110 1010011

Color Harmonies of #B6F2EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6F2EA

Black with #B6F2EA

Text Example


Text Example

White with #B6F2EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6F2EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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