Html Css Color HEX #9EFAFE Pale Turquoise

📋 copy color: '#9EFAFE'

red 158 ◦ green 250 ◦ blue 254

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

Shades of Pale Turquoise #9EFAFE

Tints of Pale Turquoise #9EFAFE

RGB

 RED value IS 158 (62.11% from 255) = 23.87%

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

 BLUE value IS 254 (99.61% from 255) = 38.37%

R = 23.87%
G = 37.76%
B = 38.37%

CMYK

 C value IS 0.38

 M value IS 0.02

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9EFAFE (or 0x9EFAFE) is known color: Pale Turquoise. HEX triplet: 9E, FA and FE. RGB value is (158,250,254). Sum of RGB (Red+Green+Blue) = 158+250+254=662 (87% of max value = 765). Red value is 158 (62.11% from 255 or 23.87% from 662); Green value is 250 (98.05% from 255 or 37.76% from 662); Blue value is 254 (99.61% from 255 or 38.37% from 662); Max value from RGB is 254 - color contains mainly: blue. Hex color #9EFAFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9EFAFE is #610501. Grayscale: #DEDEDE. Windows color (decimal): -6358274 or 16710302. OLE color: 16710302.

HSL color Cylindrical-coordinate representation of color #9EFAFE: hue angle of 182.5º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9EFAFE is Cyan = 0.38, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 158 250 254 -
CMYK 0.38 0.02 0 0.00
HSL 182.5º 0.98% 0.81% -
HSV(B) 182.5º 0.38% 1% -
XYZ 66.18 82.8 106.26 -
YUV 222.95 145.52 81.67 -
System Red Green Blue C M Y K H S L
Decimal 158 250 254 0.38 0.02 0 0.00 182.5 0.98 0.81
Hex 9E FA FE 26 2 0 0 B6 62 51
Octal 236 372 376 46 2 0 0 266 142 121
Binary 10011110 11111010 11111110 100110 10 0 0 10110110 1100010 1010001

Color Harmonies of #9EFAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EFAFE

Black with #9EFAFE

Text Example


Text Example

White with #9EFAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9EFAFE; }

 p { color: rgb(158,250,254); }

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

background-color css

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

 a { background-color: rgb(158,250,254); }

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

border-color css

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

 span { border-color: rgb(158,250,254); }

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