Html Css Color HEX #3DDDC5 Turquoise

📋 copy color: '#3DDDC5'

red 61 ◦ green 221 ◦ blue 197

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

Shades of Turquoise #3DDDC5

Tints of Turquoise #3DDDC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 41.13%

R = 12.73%
G = 46.14%
B = 41.13%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.11

 K value IS 0.13

RGB Variations

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

Color information

#3DDDC5 (or 0x3DDDC5) is known color: Turquoise. HEX triplet: 3D, DD and C5. RGB value is (61,221,197). Sum of RGB (Red+Green+Blue) = 61+221+197=479 (63% of max value = 765). Red value is 61 (24.22% from 255 or 12.73% from 479); Green value is 221 (86.72% from 255 or 46.14% from 479); Blue value is 197 (77.34% from 255 or 41.13% from 479); Max value from RGB is 221 - color contains mainly: green. Hex color #3DDDC5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DDDC5 is #C2223A. Grayscale: #AAAAAA. Windows color (decimal): -12722747 or 12967229. OLE color: 12967229.

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

Color convert

RGB 61 221 197 -
CMYK 0.72 0 0.11 0.13
HSL 171º 0.7% 0.55% -
HSV(B) 171º 0.72% 0.87% -
XYZ 37.86 56.74 61.78 -
YUV 170.42 142.99 49.95 -
System Red Green Blue C M Y K H S L
Decimal 61 221 197 0.72 0 0.11 0.13 171 0.7 0.55
Hex 3D DD C5 48 0 B D AB 46 37
Octal 75 335 305 110 0 13 15 253 106 67
Binary 111101 11011101 11000101 1001000 0 1011 1101 10101011 1000110 110111

Color Harmonies of #3DDDC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DDDC5

Black with #3DDDC5

Text Example


Text Example

White with #3DDDC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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