Html Css Color HEX #B4FAEE Pale Turquoise

📋 copy color: '#B4FAEE'

red 180 ◦ green 250 ◦ blue 238

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

Shades of Pale Turquoise #B4FAEE

Tints of Pale Turquoise #B4FAEE

RGB

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

 GREEN value IS 250 (98.05% from 255) = 37.43%

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

R = 26.95%
G = 37.43%
B = 35.63%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#B4FAEE (or 0xB4FAEE) is known color: Pale Turquoise. HEX triplet: B4, FA and EE. RGB value is (180,250,238). Sum of RGB (Red+Green+Blue) = 180+250+238=668 (88% of max value = 765). Red value is 180 (70.70% from 255 or 26.95% from 668); Green value is 250 (98.05% from 255 or 37.43% from 668); Blue value is 238 (93.36% from 255 or 35.63% from 668); Max value from RGB is 250 - color contains mainly: green. Hex color #B4FAEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B4FAEE is #4B0511. Grayscale: #E3E3E3. Windows color (decimal): -4916498 or 15661748. OLE color: 15661748.

HSL color Cylindrical-coordinate representation of color #B4FAEE: hue angle of 169.71º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B4FAEE is Cyan = 0.28, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB 180 250 238 -
CMYK 0.28 0 0.05 0.02
HSL 169.71º 0.88% 0.84% -
HSV(B) 169.71º 0.28% 0.98% -
XYZ 68.44 84.25 93.54 -
YUV 227.7 133.81 93.98 -
System Red Green Blue C M Y K H S L
Decimal 180 250 238 0.28 0 0.05 0.02 169.71 0.88 0.84
Hex B4 FA EE 1C 0 5 2 AA 58 54
Octal 264 372 356 34 0 5 2 252 130 124
Binary 10110100 11111010 11101110 11100 0 101 10 10101010 1011000 1010100

Color Harmonies of #B4FAEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4FAEE

Black with #B4FAEE

Text Example


Text Example

White with #B4FAEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4FAEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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