Html Css Color HEX #3DDDC1 Turquoise

📋 copy color: '#3DDDC1'

red 61 ◦ green 221 ◦ blue 193

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

Shades of Turquoise #3DDDC1

Tints of Turquoise #3DDDC1

RGB

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

 GREEN value IS 221 (86.72% from 255) = 46.53%

 BLUE value IS 193 (75.78% from 255) = 40.63%

R = 12.84%
G = 46.53%
B = 40.63%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.13

 K value IS 0.13

RGB Variations

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

Color information

#3DDDC1 (or 0x3DDDC1) is known color: Turquoise. HEX triplet: 3D, DD and C1. RGB value is (61,221,193). Sum of RGB (Red+Green+Blue) = 61+221+193=475 (62% of max value = 765). Red value is 61 (24.22% from 255 or 12.84% from 475); Green value is 221 (86.72% from 255 or 46.53% from 475); Blue value is 193 (75.78% from 255 or 40.63% from 475); Max value from RGB is 221 - color contains mainly: green. Hex color #3DDDC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DDDC1 is #C2223E. Grayscale: #A9A9A9. Windows color (decimal): -12722751 or 12705085. OLE color: 12705085.

HSL color Cylindrical-coordinate representation of color #3DDDC1: hue angle of 169.5º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3DDDC1 is Cyan = 0.72, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.

Color convert

RGB 61 221 193 -
CMYK 0.72 0 0.13 0.13
HSL 169.5º 0.7% 0.55% -
HSV(B) 169.5º 0.72% 0.87% -
XYZ 37.41 56.56 59.4 -
YUV 169.97 140.99 50.28 -
System Red Green Blue C M Y K H S L
Decimal 61 221 193 0.72 0 0.13 0.13 169.5 0.7 0.55
Hex 3D DD C1 48 0 D D AA 46 37
Octal 75 335 301 110 0 15 15 252 106 67
Binary 111101 11011101 11000001 1001000 0 1101 1101 10101010 1000110 110111

Color Harmonies of #3DDDC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DDDC1

Black with #3DDDC1

Text Example


Text Example

White with #3DDDC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,221,193); }

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

background-color css

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

 a { background-color: rgb(61,221,193); }

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

border-color css

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

 span { border-color: rgb(61,221,193); }

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