Html Css Color HEX #3ACEDE Medium Turquoise

📋 copy color: '#3ACEDE'

red 58 ◦ green 206 ◦ blue 222

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

Shades of Medium Turquoise #3ACEDE

Tints of Medium Turquoise #3ACEDE

RGB

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

 GREEN value IS 206 (80.86% from 255) = 42.39%

 BLUE value IS 222 (87.11% from 255) = 45.68%

R = 11.93%
G = 42.39%
B = 45.68%

CMYK

 C value IS 0.74

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3ACEDE (or 0x3ACEDE) is known color: Medium Turquoise. HEX triplet: 3A, CE and DE. RGB value is (58,206,222). Sum of RGB (Red+Green+Blue) = 58+206+222=486 (64% of max value = 765). Red value is 58 (23.05% from 255 or 11.93% from 486); Green value is 206 (80.86% from 255 or 42.39% from 486); Blue value is 222 (87.11% from 255 or 45.68% from 486); Max value from RGB is 222 - color contains mainly: blue. Hex color #3ACEDE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ACEDE is #C53121. Grayscale: #A3A3A3. Windows color (decimal): -12923170 or 14601786. OLE color: 14601786.

HSL color Cylindrical-coordinate representation of color #3ACEDE: hue angle of 185.85º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3ACEDE is Cyan = 0.74, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 58 206 222 -
CMYK 0.74 0.07 0 0.13
HSL 185.85º 0.71% 0.55% -
HSV(B) 185.85º 0.74% 0.87% -
XYZ 37 50.32 76.87 -
YUV 163.57 160.97 52.7 -
System Red Green Blue C M Y K H S L
Decimal 58 206 222 0.74 0.07 0 0.13 185.85 0.71 0.55
Hex 3A CE DE 4A 7 0 D BA 47 37
Octal 72 316 336 112 7 0 15 272 107 67
Binary 111010 11001110 11011110 1001010 111 0 1101 10111010 1000111 110111

Color Harmonies of #3ACEDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ACEDE

Black with #3ACEDE

Text Example


Text Example

White with #3ACEDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,206,222); }

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

background-color css

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

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

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

border-color css

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

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

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