Html Css Color HEX #B2F3EE Pale Turquoise

📋 copy color: '#B2F3EE'

red 178 ◦ green 243 ◦ blue 238

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

Shades of Pale Turquoise #B2F3EE

Tints of Pale Turquoise #B2F3EE

RGB

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

 GREEN value IS 243 (95.31% from 255) = 36.87%

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

R = 27.01%
G = 36.87%
B = 36.12%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#B2F3EE (or 0xB2F3EE) is known color: Pale Turquoise. HEX triplet: B2, F3 and EE. RGB value is (178,243,238). Sum of RGB (Red+Green+Blue) = 178+243+238=659 (87% of max value = 765). Red value is 178 (69.92% from 255 or 27.01% from 659); Green value is 243 (95.31% from 255 or 36.87% from 659); Blue value is 238 (93.36% from 255 or 36.12% from 659); Max value from RGB is 243 - color contains mainly: green. Hex color #B2F3EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2F3EE is #4D0C11. Grayscale: #DEDEDE. Windows color (decimal): -5049362 or 15659954. OLE color: 15659954.

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

Color convert

RGB 178 243 238 -
CMYK 0.27 0 0.02 0.05
HSL 175.38º 0.73% 0.83% -
HSV(B) 175.38º 0.27% 0.95% -
XYZ 65.84 79.74 92.81 -
YUV 223 136.47 95.91 -
System Red Green Blue C M Y K H S L
Decimal 178 243 238 0.27 0 0.02 0.05 175.38 0.73 0.83
Hex B2 F3 EE 1B 0 2 5 AF 49 53
Octal 262 363 356 33 0 2 5 257 111 123
Binary 10110010 11110011 11101110 11011 0 10 101 10101111 1001001 1010011

Color Harmonies of #B2F3EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2F3EE

Black with #B2F3EE

Text Example


Text Example

White with #B2F3EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2F3EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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