Html Css Color HEX #3DD5CC Medium Turquoise

📋 copy color: '#3DD5CC'

red 61 ◦ green 213 ◦ blue 204

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

Shades of Medium Turquoise #3DD5CC

Tints of Medium Turquoise #3DD5CC

RGB

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

 GREEN value IS 213 (83.59% from 255) = 44.56%

 BLUE value IS 204 (80.08% from 255) = 42.68%

R = 12.76%
G = 44.56%
B = 42.68%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#3DD5CC (or 0x3DD5CC) is known color: Medium Turquoise. HEX triplet: 3D, D5 and CC. RGB value is (61,213,204). Sum of RGB (Red+Green+Blue) = 61+213+204=478 (63% of max value = 765). Red value is 61 (24.22% from 255 or 12.76% from 478); Green value is 213 (83.59% from 255 or 44.56% from 478); Blue value is 204 (80.08% from 255 or 42.68% from 478); Max value from RGB is 213 - color contains mainly: green. Hex color #3DD5CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DD5CC is #C22A33. Grayscale: #A6A6A6. Windows color (decimal): -12724788 or 13423933. OLE color: 13423933.

HSL color Cylindrical-coordinate representation of color #3DD5CC: hue angle of 176.45º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3DD5CC is Cyan = 0.71, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 61 213 204 -
CMYK 0.71 0 0.04 0.16
HSL 176.45º 0.64% 0.54% -
HSV(B) 176.45º 0.71% 0.84% -
XYZ 36.62 52.94 65.42 -
YUV 166.53 149.14 52.73 -
System Red Green Blue C M Y K H S L
Decimal 61 213 204 0.71 0 0.04 0.16 176.45 0.64 0.54
Hex 3D D5 CC 47 0 4 10 B0 40 36
Octal 75 325 314 107 0 4 20 260 100 66
Binary 111101 11010101 11001100 1000111 0 100 10000 10110000 1000000 110110

Color Harmonies of #3DD5CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DD5CC

Black with #3DD5CC

Text Example


Text Example

White with #3DD5CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,213,204); }

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

background-color css

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

 a { background-color: rgb(61,213,204); }

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

border-color css

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

 span { border-color: rgb(61,213,204); }

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