Html Css Color HEX #B2F1EA Pale Turquoise

📋 copy color: '#B2F1EA'

red 178 ◦ green 241 ◦ blue 234

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

Shades of Pale Turquoise #B2F1EA

Tints of Pale Turquoise #B2F1EA

RGB

 RED value IS 178 (69.92% from 255) = 27.26%

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

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

R = 27.26%
G = 36.91%
B = 35.83%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.03

 K value IS 0.05

RGB Variations

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

Color information

#B2F1EA (or 0xB2F1EA) is known color: Pale Turquoise. HEX triplet: B2, F1 and EA. RGB value is (178,241,234). Sum of RGB (Red+Green+Blue) = 178+241+234=653 (86% of max value = 765). Red value is 178 (69.92% from 255 or 27.26% from 653); Green value is 241 (94.53% from 255 or 36.91% from 653); Blue value is 234 (91.80% from 255 or 35.83% from 653); Max value from RGB is 241 - color contains mainly: green. Hex color #B2F1EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2F1EA is #4D0E15. Grayscale: #DDDDDD. Windows color (decimal): -5049878 or 15397298. OLE color: 15397298.

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

Color convert

RGB 178 241 234 -
CMYK 0.26 0 0.03 0.05
HSL 173.33º 0.69% 0.82% -
HSV(B) 173.33º 0.26% 0.95% -
XYZ 64.67 78.32 89.55 -
YUV 221.37 135.13 97.07 -
System Red Green Blue C M Y K H S L
Decimal 178 241 234 0.26 0 0.03 0.05 173.33 0.69 0.82
Hex B2 F1 EA 1A 0 3 5 AD 45 52
Octal 262 361 352 32 0 3 5 255 105 122
Binary 10110010 11110001 11101010 11010 0 11 101 10101101 1000101 1010010

Color Harmonies of #B2F1EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2F1EA

Black with #B2F1EA

Text Example


Text Example

White with #B2F1EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2F1EA; }

 p { color: rgb(178,241,234); }

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

background-color css

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

 a { background-color: rgb(178,241,234); }

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

border-color css

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

 span { border-color: rgb(178,241,234); }

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