Html Css Color HEX #B2F9F1 Pale Turquoise

📋 copy color: '#B2F9F1'

red 178 ◦ green 249 ◦ blue 241

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

Shades of Pale Turquoise #B2F9F1

Tints of Pale Turquoise #B2F9F1

RGB

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

 GREEN value IS 249 (97.66% from 255) = 37.28%

 BLUE value IS 241 (94.53% from 255) = 36.08%

R = 26.65%
G = 37.28%
B = 36.08%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.03

 K value IS 0.02

RGB Variations

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

Color information

#B2F9F1 (or 0xB2F9F1) is known color: Pale Turquoise. HEX triplet: B2, F9 and F1. RGB value is (178,249,241). Sum of RGB (Red+Green+Blue) = 178+249+241=668 (88% of max value = 765). Red value is 178 (69.92% from 255 or 26.65% from 668); Green value is 249 (97.66% from 255 or 37.28% from 668); Blue value is 241 (94.53% from 255 or 36.08% from 668); Max value from RGB is 249 - color contains mainly: green. Hex color #B2F9F1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2F9F1 is #4D060E. Grayscale: #E2E2E2. Windows color (decimal): -5047823 or 15858098. OLE color: 15858098.

HSL color Cylindrical-coordinate representation of color #B2F9F1: hue angle of 173.24º degrees, saturation: 0.86, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B2F9F1 is Cyan = 0.29, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.02.

Color convert

RGB 178 249 241 -
CMYK 0.29 0 0.03 0.02
HSL 173.24º 0.86% 0.84% -
HSV(B) 173.24º 0.29% 0.98% -
XYZ 68.11 83.57 95.76 -
YUV 226.86 135.98 93.15 -
System Red Green Blue C M Y K H S L
Decimal 178 249 241 0.29 0 0.03 0.02 173.24 0.86 0.84
Hex B2 F9 F1 1D 0 3 2 AD 56 54
Octal 262 371 361 35 0 3 2 255 126 124
Binary 10110010 11111001 11110001 11101 0 11 10 10101101 1010110 1010100

Color Harmonies of #B2F9F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2F9F1

Black with #B2F9F1

Text Example


Text Example

White with #B2F9F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2F9F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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