Html Css Color HEX #3DDACC Turquoise

📋 copy color: '#3DDACC'

red 61 ◦ green 218 ◦ blue 204

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

Shades of Turquoise #3DDACC

Tints of Turquoise #3DDACC

RGB

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

 GREEN value IS 218 (85.55% from 255) = 45.13%

 BLUE value IS 204 (80.08% from 255) = 42.24%

R = 12.63%
G = 45.13%
B = 42.24%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#3DDACC (or 0x3DDACC) is known color: Turquoise. HEX triplet: 3D, DA and CC. RGB value is (61,218,204). Sum of RGB (Red+Green+Blue) = 61+218+204=483 (63% of max value = 765). Red value is 61 (24.22% from 255 or 12.63% from 483); Green value is 218 (85.55% from 255 or 45.13% from 483); Blue value is 204 (80.08% from 255 or 42.24% from 483); Max value from RGB is 218 - color contains mainly: green. Hex color #3DDACC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DDACC is #C22533. Grayscale: #A9A9A9. Windows color (decimal): -12723508 or 13425213. OLE color: 13425213.

HSL color Cylindrical-coordinate representation of color #3DDACC: hue angle of 174.65º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3DDACC is Cyan = 0.72, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 61 218 204 -
CMYK 0.72 0 0.06 0.15
HSL 174.65º 0.68% 0.55% -
HSV(B) 174.65º 0.72% 0.85% -
XYZ 37.89 55.49 65.84 -
YUV 169.46 147.49 50.64 -
System Red Green Blue C M Y K H S L
Decimal 61 218 204 0.72 0 0.06 0.15 174.65 0.68 0.55
Hex 3D DA CC 48 0 6 F AF 44 37
Octal 75 332 314 110 0 6 17 257 104 67
Binary 111101 11011010 11001100 1001000 0 110 1111 10101111 1000100 110111

Color Harmonies of #3DDACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DDACC

Black with #3DDACC

Text Example


Text Example

White with #3DDACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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