Html Css Color HEX #3DDDC4 Turquoise

📋 copy color: '#3DDDC4'

red 61 ◦ green 221 ◦ blue 196

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

Shades of Turquoise #3DDDC4

Tints of Turquoise #3DDDC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 41%

R = 12.76%
G = 46.23%
B = 41%

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

#3DDDC4 (or 0x3DDDC4) is known color: Turquoise. HEX triplet: 3D, DD and C4. RGB value is (61,221,196). Sum of RGB (Red+Green+Blue) = 61+221+196=478 (63% of max value = 765). Red value is 61 (24.22% from 255 or 12.76% from 478); Green value is 221 (86.72% from 255 or 46.23% from 478); Blue value is 196 (76.95% from 255 or 41.00% from 478); Max value from RGB is 221 - color contains mainly: green. Hex color #3DDDC4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DDDC4 is #C2223B. Grayscale: #AAAAAA. Windows color (decimal): -12722748 or 12901693. OLE color: 12901693.

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

Color convert

RGB 61 221 196 -
CMYK 0.72 0 0.11 0.13
HSL 170.63º 0.7% 0.55% -
HSV(B) 170.63º 0.72% 0.87% -
XYZ 37.74 56.69 61.18 -
YUV 170.31 142.49 50.03 -
System Red Green Blue C M Y K H S L
Decimal 61 221 196 0.72 0 0.11 0.13 170.63 0.7 0.55
Hex 3D DD C4 48 0 B D AB 46 37
Octal 75 335 304 110 0 13 15 253 106 67
Binary 111101 11011101 11000100 1001000 0 1011 1101 10101011 1000110 110111

Color Harmonies of #3DDDC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DDDC4

Black with #3DDDC4

Text Example


Text Example

White with #3DDDC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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