Html Css Color HEX #3DDDB9 Turquoise

📋 copy color: '#3DDDB9'

red 61 ◦ green 221 ◦ blue 185

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

Shades of Turquoise #3DDDB9

Tints of Turquoise #3DDDB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 39.61%

R = 13.06%
G = 47.32%
B = 39.61%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#3DDDB9 (or 0x3DDDB9) is known color: Turquoise. HEX triplet: 3D, DD and B9. RGB value is (61,221,185). Sum of RGB (Red+Green+Blue) = 61+221+185=467 (61% of max value = 765). Red value is 61 (24.22% from 255 or 13.06% from 467); Green value is 221 (86.72% from 255 or 47.32% from 467); Blue value is 185 (72.66% from 255 or 39.61% from 467); Max value from RGB is 221 - color contains mainly: green. Hex color #3DDDB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DDDB9 is #C22246. Grayscale: #A9A9A9. Windows color (decimal): -12722759 or 12180797. OLE color: 12180797.

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

Color convert

RGB 61 221 185 -
CMYK 0.72 0 0.16 0.13
HSL 166.5º 0.7% 0.55% -
HSV(B) 166.5º 0.72% 0.87% -
XYZ 36.54 56.21 54.82 -
YUV 169.06 136.99 50.93 -
System Red Green Blue C M Y K H S L
Decimal 61 221 185 0.72 0 0.16 0.13 166.5 0.7 0.55
Hex 3D DD B9 48 0 10 D A6 46 37
Octal 75 335 271 110 0 20 15 246 106 67
Binary 111101 11011101 10111001 1001000 0 10000 1101 10100110 1000110 110111

Color Harmonies of #3DDDB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DDDB9

Black with #3DDDB9

Text Example


Text Example

White with #3DDDB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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