Html Css Color HEX #B8FAEE Pale Turquoise

📋 copy color: '#B8FAEE'

red 184 ◦ green 250 ◦ blue 238

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

Shades of Pale Turquoise #B8FAEE

Tints of Pale Turquoise #B8FAEE

RGB

 RED value IS 184 (72.27% from 255) = 27.38%

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

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

R = 27.38%
G = 37.2%
B = 35.42%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#B8FAEE (or 0xB8FAEE) is known color: Pale Turquoise. HEX triplet: B8, FA and EE. RGB value is (184,250,238). Sum of RGB (Red+Green+Blue) = 184+250+238=672 (89% of max value = 765). Red value is 184 (72.27% from 255 or 27.38% from 672); Green value is 250 (98.05% from 255 or 37.20% from 672); Blue value is 238 (93.36% from 255 or 35.42% from 672); Max value from RGB is 250 - color contains mainly: green. Hex color #B8FAEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B8FAEE is #470511. Grayscale: #E4E4E4. Windows color (decimal): -4654354 or 15661752. OLE color: 15661752.

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

Color convert

RGB 184 250 238 -
CMYK 0.26 0 0.05 0.02
HSL 169.09º 0.87% 0.85% -
HSV(B) 169.09º 0.26% 0.98% -
XYZ 69.39 84.73 93.59 -
YUV 228.9 133.13 95.98 -
System Red Green Blue C M Y K H S L
Decimal 184 250 238 0.26 0 0.05 0.02 169.09 0.87 0.85
Hex B8 FA EE 1A 0 5 2 A9 57 55
Octal 270 372 356 32 0 5 2 251 127 125
Binary 10111000 11111010 11101110 11010 0 101 10 10101001 1010111 1010101

Color Harmonies of #B8FAEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8FAEE

Black with #B8FAEE

Text Example


Text Example

White with #B8FAEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8FAEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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