Html Css Color HEX #4DF7CC Turquoise

📋 copy color: '#4DF7CC'

red 77 ◦ green 247 ◦ blue 204

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

Shades of Turquoise #4DF7CC

Tints of Turquoise #4DF7CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 38.64%

R = 14.58%
G = 46.78%
B = 38.64%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.17

 K value IS 0.03

RGB Variations

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

Color information

#4DF7CC (or 0x4DF7CC) is known color: Turquoise. HEX triplet: 4D, F7 and CC. RGB value is (77,247,204). Sum of RGB (Red+Green+Blue) = 77+247+204=528 (69% of max value = 765). Red value is 77 (30.47% from 255 or 14.58% from 528); Green value is 247 (96.88% from 255 or 46.78% from 528); Blue value is 204 (80.08% from 255 or 38.64% from 528); Max value from RGB is 247 - color contains mainly: green. Hex color #4DF7CC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DF7CC is #B20833. Grayscale: #BFBFBF. Windows color (decimal): -11667508 or 13432653. OLE color: 13432653.

HSL color Cylindrical-coordinate representation of color #4DF7CC: hue angle of 164.82º 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 #4DF7CC is Cyan = 0.69, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.03.

Color convert

RGB 77 247 204 -
CMYK 0.69 0 0.17 0.03
HSL 164.82º 0.91% 0.64% -
HSV(B) 164.82º 0.69% 0.97% -
XYZ 47.22 72.46 68.62 -
YUV 191.27 135.18 46.5 -
System Red Green Blue C M Y K H S L
Decimal 77 247 204 0.69 0 0.17 0.03 164.82 0.91 0.64
Hex 4D F7 CC 45 0 11 3 A5 5B 40
Octal 115 367 314 105 0 21 3 245 133 100
Binary 1001101 11110111 11001100 1000101 0 10001 11 10100101 1011011 1000000

Color Harmonies of #4DF7CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DF7CC

Black with #4DF7CC

Text Example


Text Example

White with #4DF7CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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