Html Css Color HEX #3DCED2 Medium Turquoise

📋 copy color: '#3DCED2'

red 61 ◦ green 206 ◦ blue 210

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

Shades of Medium Turquoise #3DCED2

Tints of Medium Turquoise #3DCED2

RGB

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

 GREEN value IS 206 (80.86% from 255) = 43.19%

 BLUE value IS 210 (82.42% from 255) = 44.03%

R = 12.79%
G = 43.19%
B = 44.03%

CMYK

 C value IS 0.71

 M value IS 0.02

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#3DCED2 (or 0x3DCED2) is known color: Medium Turquoise. HEX triplet: 3D, CE and D2. RGB value is (61,206,210). Sum of RGB (Red+Green+Blue) = 61+206+210=477 (63% of max value = 765). Red value is 61 (24.22% from 255 or 12.79% from 477); Green value is 206 (80.86% from 255 or 43.19% from 477); Blue value is 210 (82.42% from 255 or 44.03% from 477); Max value from RGB is 210 - color contains mainly: blue. Hex color #3DCED2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DCED2 is #C2312D. Grayscale: #A2A2A2. Windows color (decimal): -12726574 or 13815357. OLE color: 13815357.

HSL color Cylindrical-coordinate representation of color #3DCED2: hue angle of 181.61º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3DCED2 is Cyan = 0.71, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 61 206 210 -
CMYK 0.71 0.02 0 0.18
HSL 181.61º 0.62% 0.53% -
HSV(B) 181.61º 0.71% 0.82% -
XYZ 35.63 49.79 68.7 -
YUV 163.1 154.46 55.17 -
System Red Green Blue C M Y K H S L
Decimal 61 206 210 0.71 0.02 0 0.18 181.61 0.62 0.53
Hex 3D CE D2 47 2 0 12 B6 3E 35
Octal 75 316 322 107 2 0 22 266 76 65
Binary 111101 11001110 11010010 1000111 10 0 10010 10110110 111110 110101

Color Harmonies of #3DCED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DCED2

Black with #3DCED2

Text Example


Text Example

White with #3DCED2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,206,210); }

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

background-color css

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

 a { background-color: rgb(61,206,210); }

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

border-color css

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

 span { border-color: rgb(61,206,210); }

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