Html Css Color HEX #3DDDB6 Turquoise

📋 copy color: '#3DDDB6'

red 61 ◦ green 221 ◦ blue 182

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

Shades of Turquoise #3DDDB6

Tints of Turquoise #3DDDB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 39.22%

R = 13.15%
G = 47.63%
B = 39.22%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.18

 K value IS 0.13

RGB Variations

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

Color information

#3DDDB6 (or 0x3DDDB6) is known color: Turquoise. HEX triplet: 3D, DD and B6. RGB value is (61,221,182). Sum of RGB (Red+Green+Blue) = 61+221+182=464 (61% of max value = 765). Red value is 61 (24.22% from 255 or 13.15% from 464); Green value is 221 (86.72% from 255 or 47.63% from 464); Blue value is 182 (71.48% from 255 or 39.22% from 464); Max value from RGB is 221 - color contains mainly: green. Hex color #3DDDB6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DDDB6 is #C22249. Grayscale: #A8A8A8. Windows color (decimal): -12722762 or 11984189. OLE color: 11984189.

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

Color convert

RGB 61 221 182 -
CMYK 0.72 0 0.18 0.13
HSL 165.38º 0.7% 0.55% -
HSV(B) 165.38º 0.72% 0.87% -
XYZ 36.22 56.08 53.17 -
YUV 168.71 135.49 51.17 -
System Red Green Blue C M Y K H S L
Decimal 61 221 182 0.72 0 0.18 0.13 165.38 0.7 0.55
Hex 3D DD B6 48 0 12 D A5 46 37
Octal 75 335 266 110 0 22 15 245 106 67
Binary 111101 11011101 10110110 1001000 0 10010 1101 10100101 1000110 110111

Color Harmonies of #3DDDB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DDDB6

Black with #3DDDB6

Text Example


Text Example

White with #3DDDB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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