Html Css Color HEX #B2EAF2 Pale Turquoise

📋 copy color: '#B2EAF2'

red 178 ◦ green 234 ◦ blue 242

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

Shades of Pale Turquoise #B2EAF2

Tints of Pale Turquoise #B2EAF2

RGB

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

 GREEN value IS 234 (91.8% from 255) = 35.78%

 BLUE value IS 242 (94.92% from 255) = 37%

R = 27.22%
G = 35.78%
B = 37%

CMYK

 C value IS 0.26

 M value IS 0.03

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B2EAF2 (or 0xB2EAF2) is known color: Pale Turquoise. HEX triplet: B2, EA and F2. RGB value is (178,234,242). Sum of RGB (Red+Green+Blue) = 178+234+242=654 (86% of max value = 765). Red value is 178 (69.92% from 255 or 27.22% from 654); Green value is 234 (91.80% from 255 or 35.78% from 654); Blue value is 242 (94.92% from 255 or 37.00% from 654); Max value from RGB is 242 - color contains mainly: blue. Hex color #B2EAF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2EAF2 is #4D150D. Grayscale: #DADADA. Windows color (decimal): -5051662 or 15919794. OLE color: 15919794.

HSL color Cylindrical-coordinate representation of color #B2EAF2: hue angle of 187.5º degrees, saturation: 0.71, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B2EAF2 is Cyan = 0.26, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 178 234 242 -
CMYK 0.26 0.03 0 0.05
HSL 187.5º 0.71% 0.82% -
HSV(B) 187.5º 0.26% 0.95% -
XYZ 63.81 74.72 95.06 -
YUV 218.17 141.45 99.35 -
System Red Green Blue C M Y K H S L
Decimal 178 234 242 0.26 0.03 0 0.05 187.5 0.71 0.82
Hex B2 EA F2 1A 3 0 5 BC 47 52
Octal 262 352 362 32 3 0 5 274 107 122
Binary 10110010 11101010 11110010 11010 11 0 101 10111100 1000111 1010010

Color Harmonies of #B2EAF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2EAF2

Black with #B2EAF2

Text Example


Text Example

White with #B2EAF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2EAF2; }

 p { color: rgb(178,234,242); }

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

background-color css

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

 a { background-color: rgb(178,234,242); }

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

border-color css

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

 span { border-color: rgb(178,234,242); }

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