Html Css Color HEX #B2F3EF Pale Turquoise

📋 copy color: '#B2F3EF'

red 178 ◦ green 243 ◦ blue 239

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

Shades of Pale Turquoise #B2F3EF

Tints of Pale Turquoise #B2F3EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 36.21%

R = 26.97%
G = 36.82%
B = 36.21%

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

#B2F3EF (or 0xB2F3EF) is known color: Pale Turquoise. HEX triplet: B2, F3 and EF. RGB value is (178,243,239). Sum of RGB (Red+Green+Blue) = 178+243+239=660 (87% of max value = 765). Red value is 178 (69.92% from 255 or 26.97% from 660); Green value is 243 (95.31% from 255 or 36.82% from 660); Blue value is 239 (93.75% from 255 or 36.21% from 660); Max value from RGB is 243 - color contains mainly: green. Hex color #B2F3EF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2F3EF is #4D0C10. Grayscale: #DFDFDF. Windows color (decimal): -5049361 or 15725490. OLE color: 15725490.

HSL color Cylindrical-coordinate representation of color #B2F3EF: hue angle of 176.31º 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 #B2F3EF is Cyan = 0.27, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB 178 243 239 -
CMYK 0.27 0 0.02 0.05
HSL 176.31º 0.73% 0.83% -
HSV(B) 176.31º 0.27% 0.95% -
XYZ 65.99 79.8 93.59 -
YUV 223.11 136.97 95.83 -
System Red Green Blue C M Y K H S L
Decimal 178 243 239 0.27 0 0.02 0.05 176.31 0.73 0.83
Hex B2 F3 EF 1B 0 2 5 B0 49 53
Octal 262 363 357 33 0 2 5 260 111 123
Binary 10110010 11110011 11101111 11011 0 10 101 10110000 1001001 1010011

Color Harmonies of #B2F3EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2F3EF

Black with #B2F3EF

Text Example


Text Example

White with #B2F3EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2F3EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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