Html Css Color HEX #9FFCF3 Pale Turquoise

📋 copy color: '#9FFCF3'

red 159 ◦ green 252 ◦ blue 243

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

Shades of Pale Turquoise #9FFCF3

Tints of Pale Turquoise #9FFCF3

RGB

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

 GREEN value IS 252 (98.83% from 255) = 38.53%

 BLUE value IS 243 (95.31% from 255) = 37.16%

R = 24.31%
G = 38.53%
B = 37.16%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.04

 K value IS 0.01

RGB Variations

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

Color information

#9FFCF3 (or 0x9FFCF3) is known color: Pale Turquoise. HEX triplet: 9F, FC and F3. RGB value is (159,252,243). Sum of RGB (Red+Green+Blue) = 159+252+243=654 (86% of max value = 765). Red value is 159 (62.5% from 255 or 24.31% from 654); Green value is 252 (98.83% from 255 or 38.53% from 654); Blue value is 243 (95.31% from 255 or 37.16% from 654); Max value from RGB is 252 - color contains mainly: green. Hex color #9FFCF3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FFCF3 is #60030C. Grayscale: #DFDFDF. Windows color (decimal): -6292237 or 15989919. OLE color: 15989919.

HSL color Cylindrical-coordinate representation of color #9FFCF3: hue angle of 174.19º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9FFCF3 is Cyan = 0.37, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.

Color convert

RGB 159 252 243 -
CMYK 0.37 0 0.04 0.01
HSL 174.19º 0.94% 0.81% -
HSV(B) 174.19º 0.37% 0.99% -
XYZ 65.29 83.46 97.46 -
YUV 223.17 139.19 82.23 -
System Red Green Blue C M Y K H S L
Decimal 159 252 243 0.37 0 0.04 0.01 174.19 0.94 0.81
Hex 9F FC F3 25 0 4 1 AE 5E 51
Octal 237 374 363 45 0 4 1 256 136 121
Binary 10011111 11111100 11110011 100101 0 100 1 10101110 1011110 1010001

Color Harmonies of #9FFCF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FFCF3

Black with #9FFCF3

Text Example


Text Example

White with #9FFCF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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