Html Css Color HEX #4DF2CF Turquoise

📋 copy color: '#4DF2CF'

red 77 ◦ green 242 ◦ blue 207

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

Shades of Turquoise #4DF2CF

Tints of Turquoise #4DF2CF

RGB

 RED value IS 77 (30.47% from 255) = 14.64%

 GREEN value IS 242 (94.92% from 255) = 46.01%

 BLUE value IS 207 (81.25% from 255) = 39.35%

R = 14.64%
G = 46.01%
B = 39.35%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.14

 K value IS 0.05

RGB Variations

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

Color information

#4DF2CF (or 0x4DF2CF) is known color: Turquoise. HEX triplet: 4D, F2 and CF. RGB value is (77,242,207). Sum of RGB (Red+Green+Blue) = 77+242+207=526 (69% of max value = 765). Red value is 77 (30.47% from 255 or 14.64% from 526); Green value is 242 (94.92% from 255 or 46.01% from 526); Blue value is 207 (81.25% from 255 or 39.35% from 526); Max value from RGB is 242 - color contains mainly: green. Hex color #4DF2CF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DF2CF is #B20D30. Grayscale: #BCBCBC. Windows color (decimal): -11668785 or 13627981. OLE color: 13627981.

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

Color convert

RGB 77 242 207 -
CMYK 0.68 0 0.14 0.05
HSL 167.27º 0.86% 0.63% -
HSV(B) 167.27º 0.68% 0.95% -
XYZ 46.08 69.59 70.03 -
YUV 188.68 138.34 48.35 -
System Red Green Blue C M Y K H S L
Decimal 77 242 207 0.68 0 0.14 0.05 167.27 0.86 0.63
Hex 4D F2 CF 44 0 E 5 A7 56 3F
Octal 115 362 317 104 0 16 5 247 126 77
Binary 1001101 11110010 11001111 1000100 0 1110 101 10100111 1010110 111111

Color Harmonies of #4DF2CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DF2CF

Black with #4DF2CF

Text Example


Text Example

White with #4DF2CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,242,207); }

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

background-color css

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

 a { background-color: rgb(77,242,207); }

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

border-color css

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

 span { border-color: rgb(77,242,207); }

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