Html Css Color HEX #B2F0EE Pale Turquoise

📋 copy color: '#B2F0EE'

red 178 ◦ green 240 ◦ blue 238

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

Shades of Pale Turquoise #B2F0EE

Tints of Pale Turquoise #B2F0EE

RGB

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

 GREEN value IS 240 (94.14% from 255) = 36.59%

 BLUE value IS 238 (93.36% from 255) = 36.28%

R = 27.13%
G = 36.59%
B = 36.28%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#B2F0EE (or 0xB2F0EE) is known color: Pale Turquoise. HEX triplet: B2, F0 and EE. RGB value is (178,240,238). Sum of RGB (Red+Green+Blue) = 178+240+238=656 (86% of max value = 765). Red value is 178 (69.92% from 255 or 27.13% from 656); Green value is 240 (94.14% from 255 or 36.59% from 656); Blue value is 238 (93.36% from 255 or 36.28% from 656); Max value from RGB is 240 - color contains mainly: green. Hex color #B2F0EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2F0EE is #4D0F11. Grayscale: #DDDDDD. Windows color (decimal): -5050130 or 15659186. OLE color: 15659186.

HSL color Cylindrical-coordinate representation of color #B2F0EE: hue angle of 178.06º degrees, saturation: 0.67, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B2F0EE is Cyan = 0.26, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB 178 240 238 -
CMYK 0.26 0 0.01 0.06
HSL 178.06º 0.67% 0.82% -
HSV(B) 178.06º 0.26% 0.94% -
XYZ 64.95 77.96 92.51 -
YUV 221.23 137.46 97.16 -
System Red Green Blue C M Y K H S L
Decimal 178 240 238 0.26 0 0.01 0.06 178.06 0.67 0.82
Hex B2 F0 EE 1A 0 1 6 B2 43 52
Octal 262 360 356 32 0 1 6 262 103 122
Binary 10110010 11110000 11101110 11010 0 1 110 10110010 1000011 1010010

Color Harmonies of #B2F0EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2F0EE

Black with #B2F0EE

Text Example


Text Example

White with #B2F0EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2F0EE; }

 p { color: rgb(178,240,238); }

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

background-color css

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

 a { background-color: rgb(178,240,238); }

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

border-color css

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

 span { border-color: rgb(178,240,238); }

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