Html Css Color HEX #B2EEF9 Pale Turquoise

📋 copy color: '#B2EEF9'

red 178 ◦ green 238 ◦ blue 249

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

Shades of Pale Turquoise #B2EEF9

Tints of Pale Turquoise #B2EEF9

RGB

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

 GREEN value IS 238 (93.36% from 255) = 35.79%

 BLUE value IS 249 (97.66% from 255) = 37.44%

R = 26.77%
G = 35.79%
B = 37.44%

CMYK

 C value IS 0.29

 M value IS 0.04

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B2EEF9 (or 0xB2EEF9) is known color: Pale Turquoise. HEX triplet: B2, EE and F9. RGB value is (178,238,249). Sum of RGB (Red+Green+Blue) = 178+238+249=665 (88% of max value = 765). Red value is 178 (69.92% from 255 or 26.77% from 665); Green value is 238 (93.36% from 255 or 35.79% from 665); Blue value is 249 (97.66% from 255 or 37.44% from 665); Max value from RGB is 249 - color contains mainly: blue. Hex color #B2EEF9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2EEF9 is #4D1106. Grayscale: #DDDDDD. Windows color (decimal): -5050631 or 16379570. OLE color: 16379570.

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

Color convert

RGB 178 238 249 -
CMYK 0.29 0.04 0 0.02
HSL 189.3º 0.86% 0.84% -
HSV(B) 189.3º 0.29% 0.98% -
XYZ 66.03 77.45 101.09 -
YUV 221.31 143.62 97.11 -
System Red Green Blue C M Y K H S L
Decimal 178 238 249 0.29 0.04 0 0.02 189.3 0.86 0.84
Hex B2 EE F9 1D 4 0 2 BD 56 54
Octal 262 356 371 35 4 0 2 275 126 124
Binary 10110010 11101110 11111001 11101 100 0 10 10111101 1010110 1010100

Color Harmonies of #B2EEF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2EEF9

Black with #B2EEF9

Text Example


Text Example

White with #B2EEF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2EEF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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