Html Css Color HEX #3ACBDC Medium Turquoise

📋 copy color: '#3ACBDC'

red 58 ◦ green 203 ◦ blue 220

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

Shades of Medium Turquoise #3ACBDC

Tints of Medium Turquoise #3ACBDC

RGB

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

 GREEN value IS 203 (79.69% from 255) = 42.2%

 BLUE value IS 220 (86.33% from 255) = 45.74%

R = 12.06%
G = 42.2%
B = 45.74%

CMYK

 C value IS 0.74

 M value IS 0.08

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3ACBDC (or 0x3ACBDC) is known color: Medium Turquoise. HEX triplet: 3A, CB and DC. RGB value is (58,203,220). Sum of RGB (Red+Green+Blue) = 58+203+220=481 (63% of max value = 765). Red value is 58 (23.05% from 255 or 12.06% from 481); Green value is 203 (79.69% from 255 or 42.20% from 481); Blue value is 220 (86.33% from 255 or 45.74% from 481); Max value from RGB is 220 - color contains mainly: blue. Hex color #3ACBDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ACBDC is #C53423. Grayscale: #A1A1A1. Windows color (decimal): -12923940 or 14469946. OLE color: 14469946.

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

Color convert

RGB 58 203 220 -
CMYK 0.74 0.08 0 0.14
HSL 186.3º 0.7% 0.55% -
HSV(B) 186.3º 0.74% 0.86% -
XYZ 36.02 48.78 75.23 -
YUV 161.58 160.96 54.12 -
System Red Green Blue C M Y K H S L
Decimal 58 203 220 0.74 0.08 0 0.14 186.3 0.7 0.55
Hex 3A CB DC 4A 8 0 E BA 46 37
Octal 72 313 334 112 10 0 16 272 106 67
Binary 111010 11001011 11011100 1001010 1000 0 1110 10111010 1000110 110111

Color Harmonies of #3ACBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ACBDC

Black with #3ACBDC

Text Example


Text Example

White with #3ACBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,203,220); }

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

background-color css

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

 a { background-color: rgb(58,203,220); }

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

border-color css

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

 span { border-color: rgb(58,203,220); }

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