Html Css Color HEX #3ACECF Medium Turquoise

📋 copy color: '#3ACECF'

red 58 ◦ green 206 ◦ blue 207

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

Shades of Medium Turquoise #3ACECF

Tints of Medium Turquoise #3ACECF

RGB

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

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

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

R = 12.31%
G = 43.74%
B = 43.95%

CMYK

 C value IS 0.72

 M value IS 0.00

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3ACECF (or 0x3ACECF) is known color: Medium Turquoise. HEX triplet: 3A, CE and CF. RGB value is (58,206,207). Sum of RGB (Red+Green+Blue) = 58+206+207=471 (62% of max value = 765). Red value is 58 (23.05% from 255 or 12.31% from 471); Green value is 206 (80.86% from 255 or 43.74% from 471); Blue value is 207 (81.25% from 255 or 43.95% from 471); Max value from RGB is 207 - color contains mainly: blue. Hex color #3ACECF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ACECF is #C53130. Grayscale: #A1A1A1. Windows color (decimal): -12923185 or 13618746. OLE color: 13618746.

HSL color Cylindrical-coordinate representation of color #3ACECF: hue angle of 180.4º 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 #3ACECF is Cyan = 0.72, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 58 206 207 -
CMYK 0.72 0.00 0 0.19
HSL 180.4º 0.61% 0.52% -
HSV(B) 180.4º 0.72% 0.81% -
XYZ 35.08 49.55 66.75 -
YUV 161.86 153.47 53.92 -
System Red Green Blue C M Y K H S L
Decimal 58 206 207 0.72 0.00 0 0.19 180.4 0.61 0.52
Hex 3A CE CF 48 0 0 13 B4 3D 34
Octal 72 316 317 110 0 0 23 264 75 64
Binary 111010 11001110 11001111 1001000 0 0 10011 10110100 111101 110100

Color Harmonies of #3ACECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ACECF

Black with #3ACECF

Text Example


Text Example

White with #3ACECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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