Html Css Color HEX #4FF0DF Turquoise

📋 copy color: '#4FF0DF'

red 79 ◦ green 240 ◦ blue 223

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

Shades of Turquoise #4FF0DF

Tints of Turquoise #4FF0DF

RGB

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

 GREEN value IS 240 (94.14% from 255) = 44.28%

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

R = 14.58%
G = 44.28%
B = 41.14%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#4FF0DF (or 0x4FF0DF) is known color: Turquoise. HEX triplet: 4F, F0 and DF. RGB value is (79,240,223). Sum of RGB (Red+Green+Blue) = 79+240+223=542 (71% of max value = 765). Red value is 79 (31.25% from 255 or 14.58% from 542); Green value is 240 (94.14% from 255 or 44.28% from 542); Blue value is 223 (87.5% from 255 or 41.14% from 542); Max value from RGB is 240 - color contains mainly: green. Hex color #4FF0DF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FF0DF is #B00F20. Grayscale: #BDBDBD. Windows color (decimal): -11538209 or 14676047. OLE color: 14676047.

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

Color convert

RGB 79 240 223 -
CMYK 0.67 0 0.07 0.06
HSL 173.66º 0.84% 0.63% -
HSV(B) 173.66º 0.67% 0.94% -
XYZ 47.7 69.31 80.68 -
YUV 189.92 146.66 48.88 -
System Red Green Blue C M Y K H S L
Decimal 79 240 223 0.67 0 0.07 0.06 173.66 0.84 0.63
Hex 4F F0 DF 43 0 7 6 AE 54 3F
Octal 117 360 337 103 0 7 6 256 124 77
Binary 1001111 11110000 11011111 1000011 0 111 110 10101110 1010100 111111

Color Harmonies of #4FF0DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FF0DF

Black with #4FF0DF

Text Example


Text Example

White with #4FF0DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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