Html Css Color HEX #3ACEDD Medium Turquoise

📋 copy color: '#3ACEDD'

red 58 ◦ green 206 ◦ blue 221

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

Shades of Medium Turquoise #3ACEDD

Tints of Medium Turquoise #3ACEDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 45.57%

R = 11.96%
G = 42.47%
B = 45.57%

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

#3ACEDD (or 0x3ACEDD) is known color: Medium Turquoise. HEX triplet: 3A, CE and DD. RGB value is (58,206,221). Sum of RGB (Red+Green+Blue) = 58+206+221=485 (64% of max value = 765). Red value is 58 (23.05% from 255 or 11.96% from 485); Green value is 206 (80.86% from 255 or 42.47% from 485); Blue value is 221 (86.72% from 255 or 45.57% from 485); Max value from RGB is 221 - color contains mainly: blue. Hex color #3ACEDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ACEDD is #C53122. Grayscale: #A3A3A3. Windows color (decimal): -12923171 or 14536250. OLE color: 14536250.

HSL color Cylindrical-coordinate representation of color #3ACEDD: hue angle of 185.52º 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 #3ACEDD is Cyan = 0.74, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 58 206 221 -
CMYK 0.74 0.07 0 0.13
HSL 185.52º 0.71% 0.55% -
HSV(B) 185.52º 0.74% 0.87% -
XYZ 36.87 50.26 76.17 -
YUV 163.46 160.47 52.78 -
System Red Green Blue C M Y K H S L
Decimal 58 206 221 0.74 0.07 0 0.13 185.52 0.71 0.55
Hex 3A CE DD 4A 7 0 D BA 47 37
Octal 72 316 335 112 7 0 15 272 107 67
Binary 111010 11001110 11011101 1001010 111 0 1101 10111010 1000111 110111

Color Harmonies of #3ACEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ACEDD

Black with #3ACEDD

Text Example


Text Example

White with #3ACEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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