Html Css Color HEX #4DF4CA Turquoise

📋 copy color: '#4DF4CA'

red 77 ◦ green 244 ◦ blue 202

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

Shades of Turquoise #4DF4CA

Tints of Turquoise #4DF4CA

RGB

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

 GREEN value IS 244 (95.7% from 255) = 46.65%

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

R = 14.72%
G = 46.65%
B = 38.62%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#4DF4CA (or 0x4DF4CA) is known color: Turquoise. HEX triplet: 4D, F4 and CA. RGB value is (77,244,202). Sum of RGB (Red+Green+Blue) = 77+244+202=523 (69% of max value = 765). Red value is 77 (30.47% from 255 or 14.72% from 523); Green value is 244 (95.70% from 255 or 46.65% from 523); Blue value is 202 (79.30% from 255 or 38.62% from 523); Max value from RGB is 244 - color contains mainly: green. Hex color #4DF4CA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DF4CA is #B20B35. Grayscale: #BDBDBD. Windows color (decimal): -11668278 or 13300813. OLE color: 13300813.

HSL color Cylindrical-coordinate representation of color #4DF4CA: hue angle of 164.91º degrees, saturation: 0.88, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4DF4CA is Cyan = 0.68, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB 77 244 202 -
CMYK 0.68 0 0.17 0.04
HSL 164.91º 0.88% 0.63% -
HSV(B) 164.91º 0.68% 0.96% -
XYZ 46.07 70.54 67.07 -
YUV 189.28 135.17 47.92 -
System Red Green Blue C M Y K H S L
Decimal 77 244 202 0.68 0 0.17 0.04 164.91 0.88 0.63
Hex 4D F4 CA 44 0 11 4 A5 58 3F
Octal 115 364 312 104 0 21 4 245 130 77
Binary 1001101 11110100 11001010 1000100 0 10001 100 10100101 1011000 111111

Color Harmonies of #4DF4CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DF4CA

Black with #4DF4CA

Text Example


Text Example

White with #4DF4CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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