Html Css Color HEX #3ACDCF Medium Turquoise

📋 copy color: '#3ACDCF'

red 58 ◦ green 205 ◦ blue 207

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

Shades of Medium Turquoise #3ACDCF

Tints of Medium Turquoise #3ACDCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 44.04%

R = 12.34%
G = 43.62%
B = 44.04%

CMYK

 C value IS 0.72

 M value IS 0.01

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3ACDCF (or 0x3ACDCF) is known color: Medium Turquoise. HEX triplet: 3A, CD and CF. RGB value is (58,205,207). Sum of RGB (Red+Green+Blue) = 58+205+207=470 (62% of max value = 765). Red value is 58 (23.05% from 255 or 12.34% from 470); Green value is 205 (80.47% from 255 or 43.62% from 470); Blue value is 207 (81.25% from 255 or 44.04% from 470); Max value from RGB is 207 - color contains mainly: blue. Hex color #3ACDCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ACDCF is #C53230. Grayscale: #A1A1A1. Windows color (decimal): -12923441 or 13618490. OLE color: 13618490.

HSL color Cylindrical-coordinate representation of color #3ACDCF: hue angle of 180.81º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3ACDCF is Cyan = 0.72, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 58 205 207 -
CMYK 0.72 0.01 0 0.19
HSL 180.81º 0.61% 0.52% -
HSV(B) 180.81º 0.72% 0.81% -
XYZ 34.84 49.07 66.67 -
YUV 161.28 153.8 54.34 -
System Red Green Blue C M Y K H S L
Decimal 58 205 207 0.72 0.01 0 0.19 180.81 0.61 0.52
Hex 3A CD CF 48 1 0 13 B5 3D 34
Octal 72 315 317 110 1 0 23 265 75 64
Binary 111010 11001101 11001111 1001000 1 0 10011 10110101 111101 110100

Color Harmonies of #3ACDCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ACDCF

Black with #3ACDCF

Text Example


Text Example

White with #3ACDCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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