Html Css Color HEX #3DDCC2 Turquoise

📋 copy color: '#3DDCC2'

red 61 ◦ green 220 ◦ blue 194

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

Shades of Turquoise #3DDCC2

Tints of Turquoise #3DDCC2

RGB

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

 GREEN value IS 220 (86.33% from 255) = 46.32%

 BLUE value IS 194 (76.17% from 255) = 40.84%

R = 12.84%
G = 46.32%
B = 40.84%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.12

 K value IS 0.14

RGB Variations

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

Color information

#3DDCC2 (or 0x3DDCC2) is known color: Turquoise. HEX triplet: 3D, DC and C2. RGB value is (61,220,194). Sum of RGB (Red+Green+Blue) = 61+220+194=475 (62% of max value = 765). Red value is 61 (24.22% from 255 or 12.84% from 475); Green value is 220 (86.33% from 255 or 46.32% from 475); Blue value is 194 (76.17% from 255 or 40.84% from 475); Max value from RGB is 220 - color contains mainly: green. Hex color #3DDCC2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DDCC2 is #C2233D. Grayscale: #A9A9A9. Windows color (decimal): -12723006 or 12770365. OLE color: 12770365.

HSL color Cylindrical-coordinate representation of color #3DDCC2: hue angle of 170.19º 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 #3DDCC2 is Cyan = 0.72, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.

Color convert

RGB 61 220 194 -
CMYK 0.72 0 0.12 0.14
HSL 170.19º 0.69% 0.55% -
HSV(B) 170.19º 0.72% 0.86% -
XYZ 37.26 56.07 59.9 -
YUV 169.5 141.82 50.61 -
System Red Green Blue C M Y K H S L
Decimal 61 220 194 0.72 0 0.12 0.14 170.19 0.69 0.55
Hex 3D DC C2 48 0 C E AA 45 37
Octal 75 334 302 110 0 14 16 252 105 67
Binary 111101 11011100 11000010 1001000 0 1100 1110 10101010 1000101 110111

Color Harmonies of #3DDCC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DDCC2

Black with #3DDCC2

Text Example


Text Example

White with #3DDCC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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