Html Css Color HEX #4FF1DF Turquoise

📋 copy color: '#4FF1DF'

red 79 ◦ green 241 ◦ blue 223

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

Shades of Turquoise #4FF1DF

Tints of Turquoise #4FF1DF

RGB

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

 GREEN value IS 241 (94.53% from 255) = 44.38%

 BLUE value IS 223 (87.5% from 255) = 41.07%

R = 14.55%
G = 44.38%
B = 41.07%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.07

 K value IS 0.05

RGB Variations

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

Color information

#4FF1DF (or 0x4FF1DF) is known color: Turquoise. HEX triplet: 4F, F1 and DF. RGB value is (79,241,223). Sum of RGB (Red+Green+Blue) = 79+241+223=543 (71% of max value = 765). Red value is 79 (31.25% from 255 or 14.55% from 543); Green value is 241 (94.53% from 255 or 44.38% from 543); Blue value is 223 (87.5% from 255 or 41.07% from 543); Max value from RGB is 241 - color contains mainly: green. Hex color #4FF1DF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FF1DF is #B00E20. Grayscale: #BEBEBE. Windows color (decimal): -11537953 or 14676303. OLE color: 14676303.

HSL color Cylindrical-coordinate representation of color #4FF1DF: hue angle of 173.33º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4FF1DF is Cyan = 0.67, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.

Color convert

RGB 79 241 223 -
CMYK 0.67 0 0.07 0.05
HSL 173.33º 0.85% 0.63% -
HSV(B) 173.33º 0.67% 0.95% -
XYZ 48 69.9 80.77 -
YUV 190.51 146.33 48.46 -
System Red Green Blue C M Y K H S L
Decimal 79 241 223 0.67 0 0.07 0.05 173.33 0.85 0.63
Hex 4F F1 DF 43 0 7 5 AD 55 3F
Octal 117 361 337 103 0 7 5 255 125 77
Binary 1001111 11110001 11011111 1000011 0 111 101 10101101 1010101 111111

Color Harmonies of #4FF1DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FF1DF

Black with #4FF1DF

Text Example


Text Example

White with #4FF1DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,241,223); }

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

background-color css

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

 a { background-color: rgb(79,241,223); }

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

border-color css

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

 span { border-color: rgb(79,241,223); }

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