Html Css Color HEX #3DC5CA Medium Turquoise

📋 copy color: '#3DC5CA'

red 61 ◦ green 197 ◦ blue 202

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

Shades of Medium Turquoise #3DC5CA

Tints of Medium Turquoise #3DC5CA

RGB

 RED value IS 61 (24.22% from 255) = 13.26%

 GREEN value IS 197 (77.34% from 255) = 42.83%

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

R = 13.26%
G = 42.83%
B = 43.91%

CMYK

 C value IS 0.70

 M value IS 0.02

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#3DC5CA (or 0x3DC5CA) is known color: Medium Turquoise. HEX triplet: 3D, C5 and CA. RGB value is (61,197,202). Sum of RGB (Red+Green+Blue) = 61+197+202=460 (60% of max value = 765). Red value is 61 (24.22% from 255 or 13.26% from 460); Green value is 197 (77.34% from 255 or 42.83% from 460); Blue value is 202 (79.30% from 255 or 43.91% from 460); Max value from RGB is 202 - color contains mainly: blue. Hex color #3DC5CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DC5CA is #C23A35. Grayscale: #9C9C9C. Windows color (decimal): -12728886 or 13288765. OLE color: 13288765.

HSL color Cylindrical-coordinate representation of color #3DC5CA: hue angle of 182.13º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3DC5CA is Cyan = 0.70, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 61 197 202 -
CMYK 0.70 0.02 0 0.21
HSL 182.13º 0.57% 0.52% -
HSV(B) 182.13º 0.7% 0.79% -
XYZ 32.55 45.19 62.88 -
YUV 156.91 153.44 59.59 -
System Red Green Blue C M Y K H S L
Decimal 61 197 202 0.70 0.02 0 0.21 182.13 0.57 0.52
Hex 3D C5 CA 46 2 0 15 B6 39 34
Octal 75 305 312 106 2 0 25 266 71 64
Binary 111101 11000101 11001010 1000110 10 0 10101 10110110 111001 110100

Color Harmonies of #3DC5CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DC5CA

Black with #3DC5CA

Text Example


Text Example

White with #3DC5CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3DC5CA; }

 p { color: rgb(61,197,202); }

 H1.HeaderClassName
 {
   color: #3DC5CA;
 }
 .AnyTagClassName
 {
   color: #3DC5CA;
 }
</style>

background-color css

<style>
 a { background-color: #3DC5CA; }

 a { background-color: rgb(61,197,202); }

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

border-color css

<style>
 span { border-color: #3DC5CA; }

 span { border-color: rgb(61,197,202); }

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