Html Css Color HEX #9FEEEA Pale Turquoise

📋 copy color: '#9FEEEA'

red 159 ◦ green 238 ◦ blue 234

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

Shades of Pale Turquoise #9FEEEA

Tints of Pale Turquoise #9FEEEA

RGB

 RED value IS 159 (62.5% from 255) = 25.2%

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

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

R = 25.2%
G = 37.72%
B = 37.08%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.02

 K value IS 0.07

RGB Variations

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

Color information

#9FEEEA (or 0x9FEEEA) is known color: Pale Turquoise. HEX triplet: 9F, EE and EA. RGB value is (159,238,234). Sum of RGB (Red+Green+Blue) = 159+238+234=631 (83% of max value = 765). Red value is 159 (62.5% from 255 or 25.20% from 631); Green value is 238 (93.36% from 255 or 37.72% from 631); Blue value is 234 (91.80% from 255 or 37.08% from 631); Max value from RGB is 238 - color contains mainly: green. Hex color #9FEEEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FEEEA is #601115. Grayscale: #D5D5D5. Windows color (decimal): -6295830 or 15396511. OLE color: 15396511.

HSL color Cylindrical-coordinate representation of color #9FEEEA: hue angle of 176.96º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9FEEEA is Cyan = 0.33, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.

Color convert

RGB 159 238 234 -
CMYK 0.33 0 0.02 0.07
HSL 176.96º 0.7% 0.78% -
HSV(B) 176.96º 0.33% 0.93% -
XYZ 59.72 74.46 89.07 -
YUV 213.92 139.33 88.83 -
System Red Green Blue C M Y K H S L
Decimal 159 238 234 0.33 0 0.02 0.07 176.96 0.7 0.78
Hex 9F EE EA 21 0 2 7 B1 46 4E
Octal 237 356 352 41 0 2 7 261 106 116
Binary 10011111 11101110 11101010 100001 0 10 111 10110001 1000110 1001110

Color Harmonies of #9FEEEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FEEEA

Black with #9FEEEA

Text Example


Text Example

White with #9FEEEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,238,234); }

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

background-color css

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

 a { background-color: rgb(159,238,234); }

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

border-color css

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

 span { border-color: rgb(159,238,234); }

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