Html Css Color HEX #3ACDCD Medium Turquoise

📋 copy color: '#3ACDCD'

red 58 ◦ green 205 ◦ blue 205

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

Shades of Medium Turquoise #3ACDCD

Tints of Medium Turquoise #3ACDCD

RGB

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

 GREEN value IS 205 (80.47% from 255) = 43.8%

 BLUE value IS 205 (80.47% from 255) = 43.8%

R = 12.39%
G = 43.8%
B = 43.8%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3ACDCD (or 0x3ACDCD) is known color: Medium Turquoise. HEX triplet: 3A, CD and CD. RGB value is (58,205,205). Sum of RGB (Red+Green+Blue) = 58+205+205=468 (61% of max value = 765). Red value is 58 (23.05% from 255 or 12.39% from 468); Green value is 205 (80.47% from 255 or 43.80% from 468); Blue value is 205 (80.47% from 255 or 43.80% from 468); Max value from RGB is 205 - color contains mainly: green, blue. Hex color #3ACDCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ACDCD is #C53232. Grayscale: #A0A0A0. Windows color (decimal): -12923443 or 13487418. OLE color: 13487418.

HSL color Cylindrical-coordinate representation of color #3ACDCD: hue angle of 180º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3ACDCD is Cyan = 0.72, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 58 205 205 -
CMYK 0.72 0 0 0.20
HSL 180º 0.6% 0.52% -
HSV(B) 180º 0.72% 0.8% -
XYZ 34.6 48.97 65.39 -
YUV 161.05 152.8 54.5 -
System Red Green Blue C M Y K H S L
Decimal 58 205 205 0.72 0 0 0.20 180 0.6 0.52
Hex 3A CD CD 48 0 0 14 B4 3C 34
Octal 72 315 315 110 0 0 24 264 74 64
Binary 111010 11001101 11001101 1001000 0 0 10100 10110100 111100 110100

Color Harmonies of #3ACDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ACDCD

Black with #3ACDCD

Text Example


Text Example

White with #3ACDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,205,205); }

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

background-color css

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

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

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

border-color css

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

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

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