Html Css Color HEX #B2EAEE Pale Turquoise

📋 copy color: '#B2EAEE'

red 178 ◦ green 234 ◦ blue 238

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

Shades of Pale Turquoise #B2EAEE

Tints of Pale Turquoise #B2EAEE

RGB

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

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

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

R = 27.38%
G = 36%
B = 36.62%

CMYK

 C value IS 0.25

 M value IS 0.02

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B2EAEE (or 0xB2EAEE) is known color: Pale Turquoise. HEX triplet: B2, EA and EE. RGB value is (178,234,238). Sum of RGB (Red+Green+Blue) = 178+234+238=650 (86% of max value = 765). Red value is 178 (69.92% from 255 or 27.38% from 650); Green value is 234 (91.80% from 255 or 36% from 650); Blue value is 238 (93.36% from 255 or 36.62% from 650); Max value from RGB is 238 - color contains mainly: blue. Hex color #B2EAEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2EAEE is #4D1511. Grayscale: #D9D9D9. Windows color (decimal): -5051666 or 15657650. OLE color: 15657650.

HSL color Cylindrical-coordinate representation of color #B2EAEE: hue angle of 184º degrees, saturation: 0.64, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B2EAEE is Cyan = 0.25, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 178 234 238 -
CMYK 0.25 0.02 0 0.07
HSL 184º 0.64% 0.82% -
HSV(B) 184º 0.25% 0.93% -
XYZ 63.22 74.48 91.93 -
YUV 217.71 139.45 99.67 -
System Red Green Blue C M Y K H S L
Decimal 178 234 238 0.25 0.02 0 0.07 184 0.64 0.82
Hex B2 EA EE 19 2 0 7 B8 40 52
Octal 262 352 356 31 2 0 7 270 100 122
Binary 10110010 11101010 11101110 11001 10 0 111 10111000 1000000 1010010

Color Harmonies of #B2EAEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2EAEE

Black with #B2EAEE

Text Example


Text Example

White with #B2EAEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2EAEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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