Html Css Color HEX #4FF9D9 Turquoise

📋 copy color: '#4FF9D9'

red 79 ◦ green 249 ◦ blue 217

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

Shades of Turquoise #4FF9D9

Tints of Turquoise #4FF9D9

RGB

 RED value IS 79 (31.25% from 255) = 14.5%

 GREEN value IS 249 (97.66% from 255) = 45.69%

 BLUE value IS 217 (85.16% from 255) = 39.82%

R = 14.5%
G = 45.69%
B = 39.82%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#4FF9D9 (or 0x4FF9D9) is known color: Turquoise. HEX triplet: 4F, F9 and D9. RGB value is (79,249,217). Sum of RGB (Red+Green+Blue) = 79+249+217=545 (72% of max value = 765). Red value is 79 (31.25% from 255 or 14.50% from 545); Green value is 249 (97.66% from 255 or 45.69% from 545); Blue value is 217 (85.16% from 255 or 39.82% from 545); Max value from RGB is 249 - color contains mainly: green. Hex color #4FF9D9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FF9D9 is #B00626. Grayscale: #C2C2C2. Windows color (decimal): -11535911 or 14285135. OLE color: 14285135.

HSL color Cylindrical-coordinate representation of color #4FF9D9: hue angle of 168.71º degrees, saturation: 0.93, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4FF9D9 is Cyan = 0.68, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB 79 249 217 -
CMYK 0.68 0 0.13 0.02
HSL 168.71º 0.93% 0.64% -
HSV(B) 168.71º 0.68% 0.98% -
XYZ 49.62 74.42 77.4 -
YUV 194.52 140.68 45.6 -
System Red Green Blue C M Y K H S L
Decimal 79 249 217 0.68 0 0.13 0.02 168.71 0.93 0.64
Hex 4F F9 D9 44 0 D 2 A9 5D 40
Octal 117 371 331 104 0 15 2 251 135 100
Binary 1001111 11111001 11011001 1000100 0 1101 10 10101001 1011101 1000000

Color Harmonies of #4FF9D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FF9D9

Black with #4FF9D9

Text Example


Text Example

White with #4FF9D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4FF9D9; }

 p { color: rgb(79,249,217); }

 H1.HeaderClassName
 {
   color: #4FF9D9;
 }
 .AnyTagClassName
 {
   color: #4FF9D9;
 }
</style>

background-color css

<style>
 a { background-color: #4FF9D9; }

 a { background-color: rgb(79,249,217); }

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

border-color css

<style>
 span { border-color: #4FF9D9; }

 span { border-color: rgb(79,249,217); }

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