Html Css Color HEX #3DDCD0 Turquoise

📋 copy color: '#3DDCD0'

red 61 ◦ green 220 ◦ blue 208

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

Shades of Turquoise #3DDCD0

Tints of Turquoise #3DDCD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 42.54%

R = 12.47%
G = 44.99%
B = 42.54%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#3DDCD0 (or 0x3DDCD0) is known color: Turquoise. HEX triplet: 3D, DC and D0. RGB value is (61,220,208). Sum of RGB (Red+Green+Blue) = 61+220+208=489 (64% of max value = 765). Red value is 61 (24.22% from 255 or 12.47% from 489); Green value is 220 (86.33% from 255 or 44.99% from 489); Blue value is 208 (81.64% from 255 or 42.54% from 489); Max value from RGB is 220 - color contains mainly: green. Hex color #3DDCD0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DDCD0 is #C2232F. Grayscale: #AAAAAA. Windows color (decimal): -12722992 or 13687869. OLE color: 13687869.

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

Color convert

RGB 61 220 208 -
CMYK 0.72 0 0.05 0.14
HSL 175.47º 0.69% 0.55% -
HSV(B) 175.47º 0.72% 0.86% -
XYZ 38.9 56.73 68.57 -
YUV 171.09 148.82 49.48 -
System Red Green Blue C M Y K H S L
Decimal 61 220 208 0.72 0 0.05 0.14 175.47 0.69 0.55
Hex 3D DC D0 48 0 5 E AF 45 37
Octal 75 334 320 110 0 5 16 257 105 67
Binary 111101 11011100 11010000 1001000 0 101 1110 10101111 1000101 110111

Color Harmonies of #3DDCD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DDCD0

Black with #3DDCD0

Text Example


Text Example

White with #3DDCD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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