Html Css Color HEX #B4EDEA Pale Turquoise

📋 copy color: '#B4EDEA'

red 180 ◦ green 237 ◦ blue 234

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

Shades of Pale Turquoise #B4EDEA

Tints of Pale Turquoise #B4EDEA

RGB

 RED value IS 180 (70.7% from 255) = 27.65%

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

 BLUE value IS 234 (91.8% from 255) = 35.94%

R = 27.65%
G = 36.41%
B = 35.94%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#B4EDEA (or 0xB4EDEA) is known color: Pale Turquoise. HEX triplet: B4, ED and EA. RGB value is (180,237,234). Sum of RGB (Red+Green+Blue) = 180+237+234=651 (86% of max value = 765). Red value is 180 (70.70% from 255 or 27.65% from 651); Green value is 237 (92.97% from 255 or 36.41% from 651); Blue value is 234 (91.80% from 255 or 35.94% from 651); Max value from RGB is 237 - color contains mainly: green. Hex color #B4EDEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B4EDEA is #4B1215. Grayscale: #DBDBDB. Windows color (decimal): -4919830 or 15396276. OLE color: 15396276.

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

Color convert

RGB 180 237 234 -
CMYK 0.24 0 0.01 0.07
HSL 176.84º 0.61% 0.82% -
HSV(B) 176.84º 0.24% 0.93% -
XYZ 63.96 76.21 89.18 -
YUV 219.62 136.12 99.74 -
System Red Green Blue C M Y K H S L
Decimal 180 237 234 0.24 0 0.01 0.07 176.84 0.61 0.82
Hex B4 ED EA 18 0 1 7 B1 3D 52
Octal 264 355 352 30 0 1 7 261 75 122
Binary 10110100 11101101 11101010 11000 0 1 111 10110001 111101 1010010

Color Harmonies of #B4EDEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4EDEA

Black with #B4EDEA

Text Example


Text Example

White with #B4EDEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4EDEA; }

 p { color: rgb(180,237,234); }

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

background-color css

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

 a { background-color: rgb(180,237,234); }

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

border-color css

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

 span { border-color: rgb(180,237,234); }

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