Html Css Color HEX #9FF3EC Pale Turquoise

📋 copy color: '#9FF3EC'

red 159 ◦ green 243 ◦ blue 236

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

Shades of Pale Turquoise #9FF3EC

Tints of Pale Turquoise #9FF3EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 36.99%

R = 24.92%
G = 38.09%
B = 36.99%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.03

 K value IS 0.05

RGB Variations

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

Color information

#9FF3EC (or 0x9FF3EC) is known color: Pale Turquoise. HEX triplet: 9F, F3 and EC. RGB value is (159,243,236). Sum of RGB (Red+Green+Blue) = 159+243+236=638 (84% of max value = 765). Red value is 159 (62.5% from 255 or 24.92% from 638); Green value is 243 (95.31% from 255 or 38.09% from 638); Blue value is 236 (92.58% from 255 or 36.99% from 638); Max value from RGB is 243 - color contains mainly: green. Hex color #9FF3EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FF3EC is #600C13. Grayscale: #D9D9D9. Windows color (decimal): -6294548 or 15528863. OLE color: 15528863.

HSL color Cylindrical-coordinate representation of color #9FF3EC: hue angle of 175º 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 #9FF3EC is Cyan = 0.35, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB 159 243 236 -
CMYK 0.35 0 0.03 0.05
HSL 175º 0.78% 0.79% -
HSV(B) 175º 0.35% 0.95% -
XYZ 61.49 77.53 91.08 -
YUV 217.09 138.67 86.57 -
System Red Green Blue C M Y K H S L
Decimal 159 243 236 0.35 0 0.03 0.05 175 0.78 0.79
Hex 9F F3 EC 23 0 3 5 AF 4E 4F
Octal 237 363 354 43 0 3 5 257 116 117
Binary 10011111 11110011 11101100 100011 0 11 101 10101111 1001110 1001111

Color Harmonies of #9FF3EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FF3EC

Black with #9FF3EC

Text Example


Text Example

White with #9FF3EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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