Html Css Color HEX #3DCADC Medium Turquoise

📋 copy color: '#3DCADC'

red 61 ◦ green 202 ◦ blue 220

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

Shades of Medium Turquoise #3DCADC

Tints of Medium Turquoise #3DCADC

RGB

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

 GREEN value IS 202 (79.3% from 255) = 41.82%

 BLUE value IS 220 (86.33% from 255) = 45.55%

R = 12.63%
G = 41.82%
B = 45.55%

CMYK

 C value IS 0.72

 M value IS 0.08

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3DCADC (or 0x3DCADC) is known color: Medium Turquoise. HEX triplet: 3D, CA and DC. RGB value is (61,202,220). Sum of RGB (Red+Green+Blue) = 61+202+220=483 (63% of max value = 765). Red value is 61 (24.22% from 255 or 12.63% from 483); Green value is 202 (79.30% from 255 or 41.82% from 483); Blue value is 220 (86.33% from 255 or 45.55% from 483); Max value from RGB is 220 - color contains mainly: blue. Hex color #3DCADC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DCADC is #C23523. Grayscale: #A1A1A1. Windows color (decimal): -12727588 or 14469693. OLE color: 14469693.

HSL color Cylindrical-coordinate representation of color #3DCADC: hue angle of 186.79º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3DCADC is Cyan = 0.72, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 61 202 220 -
CMYK 0.72 0.08 0 0.14
HSL 186.79º 0.69% 0.55% -
HSV(B) 186.79º 0.72% 0.86% -
XYZ 35.96 48.4 75.16 -
YUV 161.89 160.79 56.04 -
System Red Green Blue C M Y K H S L
Decimal 61 202 220 0.72 0.08 0 0.14 186.79 0.69 0.55
Hex 3D CA DC 48 8 0 E BB 45 37
Octal 75 312 334 110 10 0 16 273 105 67
Binary 111101 11001010 11011100 1001000 1000 0 1110 10111011 1000101 110111

Color Harmonies of #3DCADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DCADC

Black with #3DCADC

Text Example


Text Example

White with #3DCADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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