Html Css Color HEX #4DF7CF Turquoise

📋 copy color: '#4DF7CF'

red 77 ◦ green 247 ◦ blue 207

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

Shades of Turquoise #4DF7CF

Tints of Turquoise #4DF7CF

RGB

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

 GREEN value IS 247 (96.88% from 255) = 46.52%

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

R = 14.5%
G = 46.52%
B = 38.98%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.16

 K value IS 0.03

RGB Variations

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

Color information

#4DF7CF (or 0x4DF7CF) is known color: Turquoise. HEX triplet: 4D, F7 and CF. RGB value is (77,247,207). Sum of RGB (Red+Green+Blue) = 77+247+207=531 (70% of max value = 765). Red value is 77 (30.47% from 255 or 14.50% from 531); Green value is 247 (96.88% from 255 or 46.52% from 531); Blue value is 207 (81.25% from 255 or 38.98% from 531); Max value from RGB is 247 - color contains mainly: green. Hex color #4DF7CF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DF7CF is #B20830. Grayscale: #BFBFBF. Windows color (decimal): -11667505 or 13629261. OLE color: 13629261.

HSL color Cylindrical-coordinate representation of color #4DF7CF: hue angle of 165.88º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4DF7CF is Cyan = 0.69, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.03.

Color convert

RGB 77 247 207 -
CMYK 0.69 0 0.16 0.03
HSL 165.88º 0.91% 0.64% -
HSV(B) 165.88º 0.69% 0.97% -
XYZ 47.58 72.6 70.54 -
YUV 191.61 136.68 46.25 -
System Red Green Blue C M Y K H S L
Decimal 77 247 207 0.69 0 0.16 0.03 165.88 0.91 0.64
Hex 4D F7 CF 45 0 10 3 A6 5B 40
Octal 115 367 317 105 0 20 3 246 133 100
Binary 1001101 11110111 11001111 1000101 0 10000 11 10100110 1011011 1000000

Color Harmonies of #4DF7CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DF7CF

Black with #4DF7CF

Text Example


Text Example

White with #4DF7CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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