Html Css Color HEX #3ACDE0 Medium Turquoise

📋 copy color: '#3ACDE0'

red 58 ◦ green 205 ◦ blue 224

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

Shades of Medium Turquoise #3ACDE0

Tints of Medium Turquoise #3ACDE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 46%

R = 11.91%
G = 42.09%
B = 46%

CMYK

 C value IS 0.74

 M value IS 0.08

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#3ACDE0 (or 0x3ACDE0) is known color: Medium Turquoise. HEX triplet: 3A, CD and E0. RGB value is (58,205,224). Sum of RGB (Red+Green+Blue) = 58+205+224=487 (64% of max value = 765). Red value is 58 (23.05% from 255 or 11.91% from 487); Green value is 205 (80.47% from 255 or 42.09% from 487); Blue value is 224 (87.89% from 255 or 46.00% from 487); Max value from RGB is 224 - color contains mainly: blue. Hex color #3ACDE0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ACDE0 is #C5321F. Grayscale: #A2A2A2. Windows color (decimal): -12923424 or 14732602. OLE color: 14732602.

HSL color Cylindrical-coordinate representation of color #3ACDE0: hue angle of 186.87º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3ACDE0 is Cyan = 0.74, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 58 205 224 -
CMYK 0.74 0.08 0 0.12
HSL 186.87º 0.73% 0.55% -
HSV(B) 186.87º 0.74% 0.88% -
XYZ 37.03 49.94 78.21 -
YUV 163.21 162.3 52.96 -
System Red Green Blue C M Y K H S L
Decimal 58 205 224 0.74 0.08 0 0.12 186.87 0.73 0.55
Hex 3A CD E0 4A 8 0 C BB 49 37
Octal 72 315 340 112 10 0 14 273 111 67
Binary 111010 11001101 11100000 1001010 1000 0 1100 10111011 1001001 110111

Color Harmonies of #3ACDE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ACDE0

Black with #3ACDE0

Text Example


Text Example

White with #3ACDE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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