Html Css Color HEX #3AD2CC Medium Turquoise

📋 copy color: '#3AD2CC'

red 58 ◦ green 210 ◦ blue 204

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

Shades of Medium Turquoise #3AD2CC

Tints of Medium Turquoise #3AD2CC

RGB

 RED value IS 58 (23.05% from 255) = 12.29%

 GREEN value IS 210 (82.42% from 255) = 44.49%

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

R = 12.29%
G = 44.49%
B = 43.22%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#3AD2CC (or 0x3AD2CC) is known color: Medium Turquoise. HEX triplet: 3A, D2 and CC. RGB value is (58,210,204). Sum of RGB (Red+Green+Blue) = 58+210+204=472 (62% of max value = 765). Red value is 58 (23.05% from 255 or 12.29% from 472); Green value is 210 (82.42% from 255 or 44.49% from 472); Blue value is 204 (80.08% from 255 or 43.22% from 472); Max value from RGB is 210 - color contains mainly: green. Hex color #3AD2CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3AD2CC is #C52D33. Grayscale: #A3A3A3. Windows color (decimal): -12922164 or 13423162. OLE color: 13423162.

HSL color Cylindrical-coordinate representation of color #3AD2CC: hue angle of 177.63º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3AD2CC is Cyan = 0.72, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB 58 210 204 -
CMYK 0.72 0 0.03 0.18
HSL 177.63º 0.63% 0.53% -
HSV(B) 177.63º 0.72% 0.82% -
XYZ 35.69 51.35 65.16 -
YUV 163.87 150.64 52.49 -
System Red Green Blue C M Y K H S L
Decimal 58 210 204 0.72 0 0.03 0.18 177.63 0.63 0.53
Hex 3A D2 CC 48 0 3 12 B2 3F 35
Octal 72 322 314 110 0 3 22 262 77 65
Binary 111010 11010010 11001100 1001000 0 11 10010 10110010 111111 110101

Color Harmonies of #3AD2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AD2CC

Black with #3AD2CC

Text Example


Text Example

White with #3AD2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,210,204); }

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

background-color css

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

 a { background-color: rgb(58,210,204); }

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

border-color css

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

 span { border-color: rgb(58,210,204); }

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