Html Css Color HEX #B2EDEE Pale Turquoise

📋 copy color: '#B2EDEE'

red 178 ◦ green 237 ◦ blue 238

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

Shades of Pale Turquoise #B2EDEE

Tints of Pale Turquoise #B2EDEE

RGB

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

 GREEN value IS 237 (92.97% from 255) = 36.29%

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

R = 27.26%
G = 36.29%
B = 36.45%

CMYK

 C value IS 0.25

 M value IS 0.00

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B2EDEE (or 0xB2EDEE) is known color: Pale Turquoise. HEX triplet: B2, ED and EE. RGB value is (178,237,238). Sum of RGB (Red+Green+Blue) = 178+237+238=653 (86% of max value = 765). Red value is 178 (69.92% from 255 or 27.26% from 653); Green value is 237 (92.97% from 255 or 36.29% from 653); Blue value is 238 (93.36% from 255 or 36.45% from 653); Max value from RGB is 238 - color contains mainly: blue. Hex color #B2EDEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2EDEE is #4D1211. Grayscale: #DBDBDB. Windows color (decimal): -5050898 or 15658418. OLE color: 15658418.

HSL color Cylindrical-coordinate representation of color #B2EDEE: hue angle of 181º 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 #B2EDEE is Cyan = 0.25, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 178 237 238 -
CMYK 0.25 0.00 0 0.07
HSL 181º 0.64% 0.82% -
HSV(B) 181º 0.25% 0.93% -
XYZ 64.08 76.21 92.22 -
YUV 219.47 138.45 98.42 -
System Red Green Blue C M Y K H S L
Decimal 178 237 238 0.25 0.00 0 0.07 181 0.64 0.82
Hex B2 ED EE 19 0 0 7 B5 40 52
Octal 262 355 356 31 0 0 7 265 100 122
Binary 10110010 11101101 11101110 11001 0 0 111 10110101 1000000 1010010

Color Harmonies of #B2EDEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2EDEE

Black with #B2EDEE

Text Example


Text Example

White with #B2EDEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2EDEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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