Html Css Color HEX #9FF4F1 Pale Turquoise

📋 copy color: '#9FF4F1'

red 159 ◦ green 244 ◦ blue 241

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

Shades of Pale Turquoise #9FF4F1

Tints of Pale Turquoise #9FF4F1

RGB

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

 GREEN value IS 244 (95.7% from 255) = 37.89%

 BLUE value IS 241 (94.53% from 255) = 37.42%

R = 24.69%
G = 37.89%
B = 37.42%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.01

 K value IS 0.04

RGB Variations

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

Color information

#9FF4F1 (or 0x9FF4F1) is known color: Pale Turquoise. HEX triplet: 9F, F4 and F1. RGB value is (159,244,241). Sum of RGB (Red+Green+Blue) = 159+244+241=644 (85% of max value = 765). Red value is 159 (62.5% from 255 or 24.69% from 644); Green value is 244 (95.70% from 255 or 37.89% from 644); Blue value is 241 (94.53% from 255 or 37.42% from 644); Max value from RGB is 244 - color contains mainly: green. Hex color #9FF4F1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FF4F1 is #600B0E. Grayscale: #DADADA. Windows color (decimal): -6294287 or 15856799. OLE color: 15856799.

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

Color convert

RGB 159 244 241 -
CMYK 0.35 0 0.01 0.04
HSL 177.88º 0.79% 0.79% -
HSV(B) 177.88º 0.35% 0.96% -
XYZ 62.53 78.42 95.06 -
YUV 218.24 140.84 85.74 -
System Red Green Blue C M Y K H S L
Decimal 159 244 241 0.35 0 0.01 0.04 177.88 0.79 0.79
Hex 9F F4 F1 23 0 1 4 B2 4F 4F
Octal 237 364 361 43 0 1 4 262 117 117
Binary 10011111 11110100 11110001 100011 0 1 100 10110010 1001111 1001111

Color Harmonies of #9FF4F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FF4F1

Black with #9FF4F1

Text Example


Text Example

White with #9FF4F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,244,241); }

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

background-color css

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

 a { background-color: rgb(159,244,241); }

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

border-color css

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

 span { border-color: rgb(159,244,241); }

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