Html Css Color HEX #3DCCDD Medium Turquoise

📋 copy color: '#3DCCDD'

red 61 ◦ green 204 ◦ blue 221

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

Shades of Medium Turquoise #3DCCDD

Tints of Medium Turquoise #3DCCDD

RGB

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

 GREEN value IS 204 (80.08% from 255) = 41.98%

 BLUE value IS 221 (86.72% from 255) = 45.47%

R = 12.55%
G = 41.98%
B = 45.47%

CMYK

 C value IS 0.72

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3DCCDD (or 0x3DCCDD) is known color: Medium Turquoise. HEX triplet: 3D, CC and DD. RGB value is (61,204,221). Sum of RGB (Red+Green+Blue) = 61+204+221=486 (64% of max value = 765). Red value is 61 (24.22% from 255 or 12.55% from 486); Green value is 204 (80.08% from 255 or 41.98% from 486); Blue value is 221 (86.72% from 255 or 45.47% from 486); Max value from RGB is 221 - color contains mainly: blue. Hex color #3DCCDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DCCDD is #C23322. Grayscale: #A2A2A2. Windows color (decimal): -12727075 or 14535741. OLE color: 14535741.

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

Color convert

RGB 61 204 221 -
CMYK 0.72 0.08 0 0.13
HSL 186.38º 0.7% 0.55% -
HSV(B) 186.38º 0.72% 0.87% -
XYZ 36.57 49.4 76.01 -
YUV 163.18 160.62 55.12 -
System Red Green Blue C M Y K H S L
Decimal 61 204 221 0.72 0.08 0 0.13 186.38 0.7 0.55
Hex 3D CC DD 48 8 0 D BA 46 37
Octal 75 314 335 110 10 0 15 272 106 67
Binary 111101 11001100 11011101 1001000 1000 0 1101 10111010 1000110 110111

Color Harmonies of #3DCCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DCCDD

Black with #3DCCDD

Text Example


Text Example

White with #3DCCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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