Html Css Color HEX #9FF3EA Pale Turquoise

📋 copy color: '#9FF3EA'

red 159 ◦ green 243 ◦ blue 234

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

Shades of Pale Turquoise #9FF3EA

Tints of Pale Turquoise #9FF3EA

RGB

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

 GREEN value IS 243 (95.31% from 255) = 38.21%

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

R = 25%
G = 38.21%
B = 36.79%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.04

 K value IS 0.05

RGB Variations

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

Color information

#9FF3EA (or 0x9FF3EA) is known color: Pale Turquoise. HEX triplet: 9F, F3 and EA. RGB value is (159,243,234). Sum of RGB (Red+Green+Blue) = 159+243+234=636 (84% of max value = 765). Red value is 159 (62.5% from 255 or 25% from 636); Green value is 243 (95.31% from 255 or 38.21% from 636); Blue value is 234 (91.80% from 255 or 36.79% from 636); Max value from RGB is 243 - color contains mainly: green. Hex color #9FF3EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FF3EA is #600C15. Grayscale: #D8D8D8. Windows color (decimal): -6294550 or 15397791. OLE color: 15397791.

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

Color convert

RGB 159 243 234 -
CMYK 0.35 0 0.04 0.05
HSL 173.57º 0.78% 0.79% -
HSV(B) 173.57º 0.35% 0.95% -
XYZ 61.2 77.41 89.56 -
YUV 216.86 137.67 86.73 -
System Red Green Blue C M Y K H S L
Decimal 159 243 234 0.35 0 0.04 0.05 173.57 0.78 0.79
Hex 9F F3 EA 23 0 4 5 AE 4E 4F
Octal 237 363 352 43 0 4 5 256 116 117
Binary 10011111 11110011 11101010 100011 0 100 101 10101110 1001110 1001111

Color Harmonies of #9FF3EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FF3EA

Black with #9FF3EA

Text Example


Text Example

White with #9FF3EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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