Html Css Color HEX #4DF7CA Turquoise

📋 copy color: '#4DF7CA'

red 77 ◦ green 247 ◦ blue 202

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

Shades of Turquoise #4DF7CA

Tints of Turquoise #4DF7CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 38.4%

R = 14.64%
G = 46.96%
B = 38.4%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.18

 K value IS 0.03

RGB Variations

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

Color information

#4DF7CA (or 0x4DF7CA) is known color: Turquoise. HEX triplet: 4D, F7 and CA. RGB value is (77,247,202). Sum of RGB (Red+Green+Blue) = 77+247+202=526 (69% of max value = 765). Red value is 77 (30.47% from 255 or 14.64% from 526); Green value is 247 (96.88% from 255 or 46.96% from 526); Blue value is 202 (79.30% from 255 or 38.40% from 526); Max value from RGB is 247 - color contains mainly: green. Hex color #4DF7CA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DF7CA is #B20835. Grayscale: #BFBFBF. Windows color (decimal): -11667510 or 13301581. OLE color: 13301581.

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

Color convert

RGB 77 247 202 -
CMYK 0.69 0 0.18 0.03
HSL 164.12º 0.91% 0.64% -
HSV(B) 164.12º 0.69% 0.97% -
XYZ 46.98 72.36 67.37 -
YUV 191.04 134.18 46.66 -
System Red Green Blue C M Y K H S L
Decimal 77 247 202 0.69 0 0.18 0.03 164.12 0.91 0.64
Hex 4D F7 CA 45 0 12 3 A4 5B 40
Octal 115 367 312 105 0 22 3 244 133 100
Binary 1001101 11110111 11001010 1000101 0 10010 11 10100100 1011011 1000000

Color Harmonies of #4DF7CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DF7CA

Black with #4DF7CA

Text Example


Text Example

White with #4DF7CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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