Html Css Color HEX #9FF2EE Pale Turquoise

📋 copy color: '#9FF2EE'

red 159 ◦ green 242 ◦ blue 238

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

Shades of Pale Turquoise #9FF2EE

Tints of Pale Turquoise #9FF2EE

RGB

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

 GREEN value IS 242 (94.92% from 255) = 37.87%

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

R = 24.88%
G = 37.87%
B = 37.25%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#9FF2EE (or 0x9FF2EE) is known color: Pale Turquoise. HEX triplet: 9F, F2 and EE. RGB value is (159,242,238). Sum of RGB (Red+Green+Blue) = 159+242+238=639 (84% of max value = 765). Red value is 159 (62.5% from 255 or 24.88% from 639); Green value is 242 (94.92% from 255 or 37.87% from 639); Blue value is 238 (93.36% from 255 or 37.25% from 639); Max value from RGB is 242 - color contains mainly: green. Hex color #9FF2EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FF2EE is #600D11. Grayscale: #D8D8D8. Windows color (decimal): -6294802 or 15659679. OLE color: 15659679.

HSL color Cylindrical-coordinate representation of color #9FF2EE: hue angle of 177.11º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9FF2EE is Cyan = 0.34, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB 159 242 238 -
CMYK 0.34 0 0.02 0.05
HSL 177.11º 0.76% 0.79% -
HSV(B) 177.11º 0.34% 0.95% -
XYZ 61.48 77.05 92.52 -
YUV 216.73 140 86.83 -
System Red Green Blue C M Y K H S L
Decimal 159 242 238 0.34 0 0.02 0.05 177.11 0.76 0.79
Hex 9F F2 EE 22 0 2 5 B1 4C 4F
Octal 237 362 356 42 0 2 5 261 114 117
Binary 10011111 11110010 11101110 100010 0 10 101 10110001 1001100 1001111

Color Harmonies of #9FF2EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FF2EE

Black with #9FF2EE

Text Example


Text Example

White with #9FF2EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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