Html Css Color HEX #B4EEF7 Pale Turquoise

📋 copy color: '#B4EEF7'

red 180 ◦ green 238 ◦ blue 247

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

Shades of Pale Turquoise #B4EEF7

Tints of Pale Turquoise #B4EEF7

RGB

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

 GREEN value IS 238 (93.36% from 255) = 35.79%

 BLUE value IS 247 (96.88% from 255) = 37.14%

R = 27.07%
G = 35.79%
B = 37.14%

CMYK

 C value IS 0.27

 M value IS 0.04

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#B4EEF7 (or 0xB4EEF7) is known color: Pale Turquoise. HEX triplet: B4, EE and F7. RGB value is (180,238,247). Sum of RGB (Red+Green+Blue) = 180+238+247=665 (88% of max value = 765). Red value is 180 (70.70% from 255 or 27.07% from 665); Green value is 238 (93.36% from 255 or 35.79% from 665); Blue value is 247 (96.88% from 255 or 37.14% from 665); Max value from RGB is 247 - color contains mainly: blue. Hex color #B4EEF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B4EEF7 is #4B1108. Grayscale: #DDDDDD. Windows color (decimal): -4919561 or 16248500. OLE color: 16248500.

HSL color Cylindrical-coordinate representation of color #B4EEF7: hue angle of 188.06º degrees, saturation: 0.81, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B4EEF7 is Cyan = 0.27, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 180 238 247 -
CMYK 0.27 0.04 0 0.03
HSL 188.06º 0.81% 0.84% -
HSV(B) 188.06º 0.27% 0.97% -
XYZ 66.19 77.57 99.48 -
YUV 221.68 142.28 98.27 -
System Red Green Blue C M Y K H S L
Decimal 180 238 247 0.27 0.04 0 0.03 188.06 0.81 0.84
Hex B4 EE F7 1B 4 0 3 BC 51 54
Octal 264 356 367 33 4 0 3 274 121 124
Binary 10110100 11101110 11110111 11011 100 0 11 10111100 1010001 1010100

Color Harmonies of #B4EEF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4EEF7

Black with #B4EEF7

Text Example


Text Example

White with #B4EEF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4EEF7; }

 p { color: rgb(180,238,247); }

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

background-color css

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

 a { background-color: rgb(180,238,247); }

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

border-color css

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

 span { border-color: rgb(180,238,247); }

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