Html Css Color HEX #B4EFEA Pale Turquoise

📋 copy color: '#B4EFEA'

red 180 ◦ green 239 ◦ blue 234

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

Shades of Pale Turquoise #B4EFEA

Tints of Pale Turquoise #B4EFEA

RGB

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

 GREEN value IS 239 (93.75% from 255) = 36.6%

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

R = 27.57%
G = 36.6%
B = 35.83%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#B4EFEA (or 0xB4EFEA) is known color: Pale Turquoise. HEX triplet: B4, EF and EA. RGB value is (180,239,234). Sum of RGB (Red+Green+Blue) = 180+239+234=653 (86% of max value = 765). Red value is 180 (70.70% from 255 or 27.57% from 653); Green value is 239 (93.75% from 255 or 36.60% from 653); Blue value is 234 (91.80% from 255 or 35.83% from 653); Max value from RGB is 239 - color contains mainly: green. Hex color #B4EFEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B4EFEA is #4B1015. Grayscale: #DCDCDC. Windows color (decimal): -4919318 or 15396788. OLE color: 15396788.

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

Color convert

RGB 180 239 234 -
CMYK 0.25 0 0.02 0.06
HSL 174.92º 0.65% 0.82% -
HSV(B) 174.92º 0.25% 0.94% -
XYZ 64.54 77.38 89.38 -
YUV 220.79 135.45 98.91 -
System Red Green Blue C M Y K H S L
Decimal 180 239 234 0.25 0 0.02 0.06 174.92 0.65 0.82
Hex B4 EF EA 19 0 2 6 AF 41 52
Octal 264 357 352 31 0 2 6 257 101 122
Binary 10110100 11101111 11101010 11001 0 10 110 10101111 1000001 1010010

Color Harmonies of #B4EFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4EFEA

Black with #B4EFEA

Text Example


Text Example

White with #B4EFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4EFEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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